Bug 9556 – Missing underscore in docs for std.string.isNumeric

Status
RESOLVED
Resolution
FIXED
Severity
minor
Priority
P2
Component
phobos
Product
D
Version
D2
Platform
All
OS
All
Creation time
2013-02-21T09:47:00Z
Last change time
2014-04-23T17:23:47Z
Keywords
pull
Assigned to
andrej.mitrovich
Creator
bearophile_hugs

Comments

Comment #0 by bearophile_hugs — 2013-02-21T09:47:00Z
From the online docs of std.string.isNumeric: [in] bool bAllowSep False by default, but when set to true it will accept the separator characters "," and "" within the string, but these But the source code of that page is: * [in] bool bAllowSep * False by default, but when set to true it will accept the * separator characters "," and "_" within the string, but these The second string "_" is missing in the online docs.
Comment #1 by andrej.mitrovich — 2014-04-22T23:32:48Z
Comment #2 by github-bugzilla — 2014-04-23T17:23:47Z
Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/8c2d814802116de33b3a1908172130ffaf42f80e Fix Issue 9556 - Missing underscore in docs for std.string.isNumeric. https://github.com/D-Programming-Language/phobos/commit/e5313d343d02a025fcae27931e57e3e410e041c0 Merge pull request #2104 from AndrejMitrovic/Fix9556 [Trivial] Issue 9556 - Missing underscore in docs for std.string.isNumeric.