From 62c5ff8c79150e59ad5e9392b4a631675a9bd293 Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Tue, 27 Mar 2018 21:06:44 -0700 Subject: [PATCH] fix typo --- CodingStyle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CodingStyle.md b/CodingStyle.md index 2d33029..d5fff9e 100644 --- a/CodingStyle.md +++ b/CodingStyle.md @@ -87,7 +87,7 @@ cases, e.g. `HideCursor`, `HideCursorImpl`, etc. .endproc ``` -* Try to encapssulate locally used data as much as possible. +* Try to encapsulate locally used data as much as possible. ```asm .proc some_routine