From bf14634d046a4f5f0dc8c825b61812b0808f297e Mon Sep 17 00:00:00 2001 From: Brian Team Date: Sat, 30 Dec 2017 20:59:27 -0700 Subject: [PATCH] clarifying Subtraction section sentence grammar --- Basic-Assembly-tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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