fix to upper case

This commit is contained in:
Krishna Vedala 2020-07-01 13:08:41 -04:00 committed by GitHub
parent 4045bcddf3
commit 390ee8428e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@
* we place it at the correct sorted position thus the array in this iteration
* becomes
* \f{bmatrix}{2 &3 &4 &5 &1\f}
* 4. we do not do anything with 5 and move on to the next iteration and
* 4. We do not do anything with 5 and move on to the next iteration and
* select 1 which is misplaced and place it at correct position. Thus, we have
* \f{bmatrix}{1 &2 &3 &4 &5\f}
*/