summaryrefslogtreecommitdiffhomepage
path: root/c.html.markdown
diff options
context:
space:
mode:
authorTheDmitry <TheDmitry@users.noreply.github.com>2015-01-31 21:33:57 +0300
committerTheDmitry <TheDmitry@users.noreply.github.com>2015-01-31 21:33:57 +0300
commit955e5faf4a0084749d2d590fd5ee6de2d2c8ea69 (patch)
treef3d7eb8bc13f0e2837a439556699d1306ae85609 /c.html.markdown
parente4e96d25b5dd54525534c653599886a584091015 (diff)
parentbfac539c9fe8aaf50e26fb4a97b24ad805ac293d (diff)
Merge remote-tracking branch 'upstream/master' into json-ru
Diffstat (limited to 'c.html.markdown')
-rw-r--r--c.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/c.html.markdown b/c.html.markdown
index 7670824a..1696d28f 100644
--- a/c.html.markdown
+++ b/c.html.markdown
@@ -85,7 +85,7 @@ int main() {
// doubles are usually 64-bit floating-point numbers
double x_double = 0.0; // real numbers without any suffix are doubles
- // integer types may be unsigned (only positive)
+ // integer types may be unsigned (greater than or equal to zero)
unsigned short ux_short;
unsigned int ux_int;
unsigned long long ux_long_long;