Skip to content

Commit e31411a

Browse files
authored
Merge pull request #13 from AbnerJosue/AbnerJosue-patch-7
Update README.md
2 parents 0777487 + f589cb4 commit e31411a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
| Decimales | double |1,5; 5,6 |
99
|Booleanos | Boolean | true o false|
1010
|Caracters | char | 'a'; 'b'; Este solo es un caracter |
11-
|Cadena de caracteres/texto| String| "Hola mundo, probando" |
11+
|Cadena de caracteres/texto| String| "Hola mundo" |
1212
| Entero Largo| long | numeros entre (-9.223.372.036.854.775.808, 9.223.372.036.854.775.808) |
1313

1414
## Declaracion de variables

0 commit comments

Comments
 (0)