From 165c4834df89fa05cec79e207b6b8f418671e4cd Mon Sep 17 00:00:00 2001 From: Perry Kivolowitz Date: Mon, 16 Jan 2023 18:05:05 -0600 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50f1ee7..ef738e4 100644 --- a/README.md +++ b/README.md @@ -242,7 +242,7 @@ knowledge - how cool is that! | .... a | [.... Registers](./section_1/regs/README.md) | [Link](./section_1/regs/README.pdf) | | .... b | [.... Load and Store](./section_1/regs/ldr.md) | [Link](./section_1/regs/ldr.pdf) | | .... c | [.... More About `ldr`](./section_1/regs/ldr2.md) | [Link](./section_1/regs/ldr2.pdf) | -| .... d | [.... Register Sizes](./section_1/regs/widths.md) | [Link]((./section_1/regs/widths.pdf) | +| .... d | [.... Register Sizes](./section_1/regs/widths.md) | [Link](./section_1/regs/widths.pdf) | | 5 | [`switch`](./section_1/jump_tables/README.md) | [Link](./section_1/jump_tables/README.pdf) | | 6 | Functions | | | .... a | [.... Calling and Returning](./section_1/funcs/README.md) | [Link](./section_1/funcs/README.pdf) |