diff --git a/Language/Variables/Data Types/word.adoc b/Language/Variables/Data Types/word.adoc index 99f7ca21f..96666fc40 100644 --- a/Language/Variables/Data Types/word.adoc +++ b/Language/Variables/Data Types/word.adoc @@ -17,7 +17,7 @@ subCategories: [ "Data Types" ] [float] === Description -A word stores a 16-bit unsigned number, from 0 to 65535. Same as an unsigned int. +A word can store an unsigned number of at least 16 bits (from 0 to 65535). [%hardbreaks] --