diff --git a/chapter03.tex b/chapter03.tex index 0d4391c..ef28539 100644 --- a/chapter03.tex +++ b/chapter03.tex @@ -632,7 +632,7 @@ First, it saves time because there is no need to implement the function. Second, the library implementation is certainly correct and efficient: it is not probable -that a self-made sorting function would be better. +that a home-made sorting function would be better. In this section we will see how to use the C++ \texttt{sort} function.