Skip to content

Commit

Permalink
Merge pull request #352 from Jafaral/map
Browse files Browse the repository at this point in the history
doc: fix map() example output
  • Loading branch information
Jafaral authored Dec 17, 2023
2 parents 5703414 + 4f245f5 commit c4cce4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/book/advanced.tex
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ \section{Permutations}
\texttt{"1"} to
\texttt{"e"}. When this mapping is applied
to \texttt{"01234"}, we get
\texttt{"edcab"} - a permutation of the
\texttt{"decba"} - a permutation of the
string \texttt{s}! It is exactly the permutation that is suggested by
the first two arguments of \texttt{map()}. To arrange this sort of
permutation, all three strings must be the same size, and there must be
Expand Down

0 comments on commit c4cce4e

Please sign in to comment.