Fix spelling

This commit is contained in:
Michaelangel007 2016-08-19 07:52:19 -07:00
parent 7a7167ab95
commit 110670dc6e
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ And enter in `123456789` * `987654321` respectively for A and B ...
# So what the heck is it?
An alternative algorith to implement multiplication using only:
An alternative algorithm to implement multiplication using only:
* bit-shift (left and right), and
* addition.