Remove -ly suffix

This commit is contained in:
Antti H S Laaksonen 2017-03-07 01:02:13 +02:00
parent 3e470d04d1
commit ae27ea1bb2
1 changed files with 2 additions and 2 deletions

View File

@ -630,9 +630,9 @@ the function \texttt{sort} that can be easily used for
sorting arrays and other data structures. sorting arrays and other data structures.
There are many benefits in using a library function. 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. implement the function.
Secondly, 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 self-made sorting function would be better.