docs: fix typos (#1283)

* docs: fix typos

* fix
This commit is contained in:
Lioness100
2023-02-07 08:50:28 -08:00
committed by GitHub
parent 8cd86b1eda
commit 002b10a5aa
24 changed files with 47 additions and 47 deletions

View File

@ -1,5 +1,5 @@
/**
* @function Intosort (As implemented in STD C++ Lib)
* @function Introsort (As implemented in STD C++ Lib)
* The function performs introsort which is used in
* C++ Standard LIbrary, the implementation is inspired from]
* library routine itself.
@ -88,7 +88,7 @@ function introsort (array, compare) {
const THRESHOLD = 16
/**
* @constant TUNEMAXDEPTH
* Constant usec to increase or decrease value
* Constant used to increase or decrease value
* of maxDepth
*/
const TUNEMAXDEPTH = 1