self-made -> home-made

This commit is contained in:
Antti H S Laaksonen 2017-04-17 20:36:07 +03:00
parent 636f7c4795
commit 778dfb02dd
1 changed files with 1 additions and 1 deletions

View File

@ -632,7 +632,7 @@ First, it saves time because there is no need to
implement the function. implement the function.
Second, the library implementation is Second, the library implementation is
certainly correct and efficient: it is not probable 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 In this section we will see how to use the
C++ \texttt{sort} function. C++ \texttt{sort} function.