From 778dfb02dd88af341e5e72dc97e7c75c03f91ae0 Mon Sep 17 00:00:00 2001 From: Antti H S Laaksonen Date: Mon, 17 Apr 2017 20:36:07 +0300 Subject: [PATCH] self-made -> home-made --- chapter03.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.