http://www.digitalmars.com/d/2.0/phobos/std_range.html: instances of
"the popFront" need to be corrected to "the next".
On the std.algorithm page, the examples for "map" and "filter" don't
compile due to the fixed size array in equal().
The example for "bringToFront" is outdated.
The comments for "remove": "If $(s =" -> "If $(D s ="
Comment #1 by bugzilla — 2011-02-03T02:35:14Z
The bringToFront and and map examples have apparently been updated. I've fixed the rest in my local repo and will submit them together with some other bug fixes.