mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-26 08:44:47 +03:00
Merge pull request #845 from westurner/patch-3
[c/en] Typo: integral -> integer
This commit is contained in:
commit
de43e5c5a4
@ -84,7 +84,7 @@ int main() {
|
|||||||
// doubles are usually 64-bit floating-point numbers
|
// doubles are usually 64-bit floating-point numbers
|
||||||
double x_double = 0.0; // real numbers without any suffix are doubles
|
double x_double = 0.0; // real numbers without any suffix are doubles
|
||||||
|
|
||||||
// Integral types may be unsigned.
|
// integer types may be unsigned (only positive)
|
||||||
unsigned short ux_short;
|
unsigned short ux_short;
|
||||||
unsigned int ux_int;
|
unsigned int ux_int;
|
||||||
unsigned long long ux_long_long;
|
unsigned long long ux_long_long;
|
||||||
|
Loading…
Reference in New Issue
Block a user