Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions book/cha7.tex
Original file line number Diff line number Diff line change
Expand Up @@ -549,9 +549,8 @@ \section{Character classification}
As an exercise, use the character classification and conversion
library to write functions named {\tt stringToUpper} and
{\tt stringToLower} that take a single {\tt string} as
a parameter, and that modify the string by converting all the
letters to upper or lower case. The return type should be
{\tt void}.
a parameter, and return a string with all the characters converted to
upper or lower case. The return type should be {\tt string}.

\section{Other {\tt string} functions}

Expand Down