self-made -> home-made
This commit is contained in:
parent
636f7c4795
commit
778dfb02dd
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue