diff --git a/Basic-Assembly-tutorial.md b/Basic-Assembly-tutorial.md index f09572c..ac116c1 100644 --- a/Basic-Assembly-tutorial.md +++ b/Basic-Assembly-tutorial.md @@ -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