diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/whatsnew24.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/whatsnew24.tex b/Doc/whatsnew/whatsnew24.tex index 23c3431..646a35c 100644 --- a/Doc/whatsnew/whatsnew24.tex +++ b/Doc/whatsnew/whatsnew24.tex @@ -129,8 +129,8 @@ they were input. like the in-place \method{sort()} method but has been made suitable for use in expressions. The differences are: \begin{itemize} - \item the input make be any iterable; - \item a copy is sorted, leaving the original intact; and + \item the input may be any iterable; + \item a newly formed copy is sorted, leaving the original intact; and \item the expression returns the new sorted copy \end{itemize} |