Skip to content

Commit 82bbc34

Browse files
per1234robsoncouto
authored andcommitted
Correct documentation of word data type's size
1 parent 77970e9 commit 82bbc34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Variables/Data Types/word.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ subCategories: [ "Tipos de Dados" ]
1212

1313
[float]
1414
=== Descrição
15-
Uma variável word armazena um número sem sinal de 16 bits, de 0 A 65535. O mesmo que uma variável unsigned int.
15+
Uma variável word armazena um número sem sinal de ao menos 16 bits, de 0 A 65535.
1616
[%hardbreaks]
1717

1818

0 commit comments

Comments
 (0)