Skip to content

Commit

Permalink
Update tip10.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arandanos80 authored Dec 9, 2024
1 parent b107a02 commit 93be847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Tips/tip10.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: "Tip 10: Diferencias entre Const y Readonly"
---
# Diferencias entre Const y Readonly
🔑 **Introducción**
### 🔑 **Introducción**
Las palabras clave **const** y **readonly** en **C#** tienen como objetivo evitar modificaciones en las variables después de su inicialización, pero su uso y propósito tienen diferencias importantes.

### **Características clave**
Expand Down

0 comments on commit 93be847

Please sign in to comment.