diff options
Diffstat (limited to 'report/report.tex')
| -rw-r--r-- | report/report.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/report/report.tex b/report/report.tex index 3935462..44265b8 100644 --- a/report/report.tex +++ b/report/report.tex @@ -263,7 +263,7 @@ into two segments. \noindent In order to compare two values in the array. The algorithm \textit{dereferences} -the element, and access the element at the given \textit{index}. +the sub-array, and access the element at the given \textit{index}. \smallskip \noindent |