diff options
Diffstat (limited to 'Doc/lib/libitertools.tex')
-rw-r--r-- | Doc/lib/libitertools.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libitertools.tex b/Doc/lib/libitertools.tex index 453d16e..3b70546 100644 --- a/Doc/lib/libitertools.tex +++ b/Doc/lib/libitertools.tex @@ -41,7 +41,7 @@ computer equivalent of ``inventory''. The performance advantage of iterators becomes more acute as the number of elements increases -- at some point, lists grow large enough to -to severely impact memory cache performance and start running slowly. +severely impact memory cache performance and start running slowly. \begin{seealso} \seetext{The Standard ML Basis Library, |