From 319610e3b41b9e1d7b2a24a7f46c944f09b460ab Mon Sep 17 00:00:00 2001 From: Perry Kivolowitz Date: Mon, 13 Jun 2022 14:12:48 -0500 Subject: [PATCH] missing _ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6e3cae..13e874f 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ the 64 bit ARM Instruction Set Architecture (ISA). | .... a | [.... Alignment](./section_1/structs/alignment.md) | | .... b | [.... Defining](./section_1/structs/defining.md) | | .... c | [.... Using](./section_1/structs/using.md) | -| 8 | [`const`](./section1/const/README.md) +| 8 | [`const`](./section_1/const/README.md) | 9 | [Casting](./section_1/casting/README.md) | ## Section 2 - Stuff