[phobos] [D-Programming-Language/phobos] 5dba23: Minor doc fixes for main description of std.regex
GitHub
noreply at github.com
Fri Mar 30 10:09:08 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 5dba234be2bc12a3eb9193b0c6d0522e20b6686e
https://github.com/D-Programming-Language/phobos/commit/5dba234be2bc12a3eb9193b0c6d0522e20b6686e
Author: Nick Treleaven <nick.treleaven at btinternet.com>
Date: 2012-03-30 (Fri, 30 Mar 2012)
Changed paths:
M std/regex.d
Log Message:
-----------
Minor doc fixes for main description of std.regex
These include spelling, typos, usual english/flow and some space
alignment. Add missing 'a' or 'the' where necessary.
Add 'but no more than m times' to the description for {n,m}
quantifier, to differentiate from {n,} description.
Add a 'Slicing' heading to separate the Unicode and returning slices
sections.
Commit: 391dcd1a6716a6c2574a73188df2fed42879a113
https://github.com/D-Programming-Language/phobos/commit/391dcd1a6716a6c2574a73188df2fed42879a113
Author: Nick Treleaven <nick.treleaven at btinternet.com>
Date: 2012-03-30 (Fri, 30 Mar 2012)
Changed paths:
M std/regex.d
Log Message:
-----------
Use 'any character except' instead of 'any character but'
Commit: b93e9c9fd47fe309bb422408cbedc5897d87c368
https://github.com/D-Programming-Language/phobos/commit/b93e9c9fd47fe309bb422408cbedc5897d87c368
Author: Andrei Alexandrescu <andrei at erdani.com>
Date: 2012-03-30 (Fri, 30 Mar 2012)
Changed paths:
M std/regex.d
Log Message:
-----------
Merge pull request #511 from ntrel/regex-doc-fixes
Minor doc fixes for main description of std.regex
Compare: https://github.com/D-Programming-Language/phobos/compare/6c3f6ee...b93e9c9
More information about the phobos
mailing list