From ae27ea1bb2edb22047c8a0a37cbb87e1843db456 Mon Sep 17 00:00:00 2001 From: Antti H S Laaksonen Date: Tue, 7 Mar 2017 01:02:13 +0200 Subject: [PATCH] Remove -ly suffix --- chapter03.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapter03.tex b/chapter03.tex index 8a25b0a..b5a5f43 100644 --- a/chapter03.tex +++ b/chapter03.tex @@ -630,9 +630,9 @@ the function \texttt{sort} that can be easily used for sorting arrays and other data structures. There are many benefits in using a library function. -Firstly, it saves time because there is no need to +First, it saves time because there is no need to implement the function. -Secondly, the library implementation is +Second, the library implementation is certainly correct and efficient: it is not probable that a self-made sorting function would be better.