Generated docs glitch

parent 91ed36f8
......@@ -1075,7 +1075,7 @@ VOID xstring.foreach(STRING string, SUB sub, STRING delim)
VOID xstring.foreach(STRING string, SUB sub, STRING delim=",")
Breaks ``string`` into a sequence of zero or more nonempty tokens,
seperated by ``delim``, and successively call ``sub`` with the object
seperated by ``delim``, and successively calls ``sub`` with the object
set to each token.
Processing ends for a nonempty ``return()`` from ``sub``.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment