From e2bca719419a065b1de9a8501be9fff04ddf4179 Mon Sep 17 00:00:00 2001 From: vinnya3 Date: Tue, 20 Dec 2016 05:57:30 -0500 Subject: [PATCH] docs: fix spelling error Fixed spelling error: somehat -> somewhat --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d8bcbc..c7f8b72 100644 --- a/README.md +++ b/README.md @@ -339,7 +339,7 @@ If you have tons of extra time: If short on time: - [ ] [Write Great Code: Volume 1: Understanding the Machine](https://www.amazon.com/Write-Great-Code-Understanding-Machine/dp/1593270038) - - The book was published in 2004, and is somehat outdated, but it's a terrific resource for understanding a computer in brief. + - The book was published in 2004, and is somewhat outdated, but it's a terrific resource for understanding a computer in brief. - The author invented HLA, so take mentions and examples in HLA with a grain of salt. Not widely used, but decent examples of what assembly looks like. - These chapters are worth the read to give you a nice foundation: - Chapter 2 - Numeric Representation