Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 32fef9f

Browse files
committed
fix truly evil markup typo
1 parent ea49de3 commit 32fef9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/lib/libstring.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ \section{\module{string} ---
221221
words is the same as returned by \function{split()}, except when the
222222
optional third argument \var{maxsplit} is explicitly specified and
223223
nonzero. When \var{maxsplit} is nonzero, at most \var{maxsplit}
224-
number of splits -- the \em{rightmost} ones -- occur, and the remainder
224+
number of splits -- the \emph{rightmost} ones -- occur, and the remainder
225225
of the string is returned as the first element of the list (thus, the
226226
list will have at most \code{\var{maxsplit}+1} elements).
227227
\versionadded{2.4}

0 commit comments

Comments
 (0)