[dlang.org] [D-Programming-Language/dlang.org] de2429: Fix typo in docs for number literal ranges
GitHub via dlang.org
dlang.org at puremagic.com
Tue Jan 5 06:21:41 PST 2016
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dlang.org
Commit: de242990cb103f9b0fc7e7a15aad5ff307d9c548
https://github.com/D-Programming-Language/dlang.org/commit/de242990cb103f9b0fc7e7a15aad5ff307d9c548
Author: Steven Schveighoffer <schveiguy at yahoo.com>
Date: 2016-01-04 (Mon, 04 Jan 2016)
Changed paths:
M spec/lex.dd
Log Message:
-----------
Fix typo in docs for number literal ranges
All the other rows clearly show inclusive ranges, while uint decimal shows an exclusive range (i.e. `uint.max + 1` as the top value)
Commit: 3369f3a311a831daefb08a70682e6072db04748d
https://github.com/D-Programming-Language/dlang.org/commit/3369f3a311a831daefb08a70682e6072db04748d
Author: Andrei Alexandrescu <andrei at erdani.com>
Date: 2016-01-05 (Tue, 05 Jan 2016)
Changed paths:
M spec/lex.dd
Log Message:
-----------
Merge pull request #1181 from schveiguy/patch-2
Fix typo in docs for number literal ranges
Compare: https://github.com/D-Programming-Language/dlang.org/compare/ce805113bb0a...3369f3a311a8
More information about the dlang.org
mailing list