From 412e814d1d114a42df489185fa54df35cc927a9e Mon Sep 17 00:00:00 2001 From: Perry Kivolowitz Date: Mon, 20 Jun 2022 10:36:41 -0500 Subject: [PATCH] Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 187912d..eb684dc 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ the 64 bit ARM Instruction Set Architecture (ISA). | 11 | Bit Fields | | .... a | [.... Without Bit Fields](./section_2/bitfields/README.md) | | .... b | [.... With Bit Fields](./section_2/bitfields/with.md) | -| .... c | [.... Review of Newly Described Instruction](./section_2/bitfields/review.md) +| .... c | [.... Review of Newly Described Instructions](./section_2/bitfields/review.md) ## Section 3 - More Stuff