Remove -ly suffix
This commit is contained in:
parent
3e470d04d1
commit
ae27ea1bb2
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue