clarifying Subtraction section sentence grammar

Brian Team 2017-12-30 20:59:27 -07:00
parent 12816f3fef
commit bf14634d04

@ -101,7 +101,7 @@ For example:
-------------------
0000000000000000010
```
Note that the there is a carry out of the leftmost bit: the result couldn't fit in the 16-bit destination.
Note that if there is a carry out of the leftmost bit, the result couldn't fit in the 16-bit destination.
**Multiplication**
TODO