fix: array exercises grammar mistakes

This commit is contained in:
Inanc Gumus
2018-12-05 19:48:28 +03:00
parent 91e17cbeb3
commit f6f9520b5e
7 changed files with 29 additions and 13 deletions

View File

@ -19,7 +19,8 @@ package main
// + You can use the bubble-sort algorithm to sort the numbers.
// Please watch this: https://youtu.be/nmhjrI-aW5o?t=7
//
// + When swapping for elements, do not check for the last element.
// + When swapping the elements, do not check for the last element.
//
// Or, you will receive this error:
// "panic: runtime error: index out of range"
//