0f5da0ca5bb3

Typo
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Mon, 19 Dec 2016 13:10:21 -0500
parents 6ca2343b4247
children 83558c9af4a9
branches/tags (none)
files content/blog/2016/12/chip8-cpu.markdown

Changes

--- a/content/blog/2016/12/chip8-cpu.markdown	Mon Dec 19 13:08:02 2016 -0500
+++ b/content/blog/2016/12/chip8-cpu.markdown	Mon Dec 19 13:10:21 2016 -0500
@@ -473,7 +473,7 @@
 ```
 
 `chop` truncates an integer to the given number of bits.  `cat-bytes`
-concatenates two bytes.  This are pretty simple, but I prefer the more
+concatenates two bytes.  These are pretty simple, but I prefer the more
 descriptive names over writing `dpb` (deposit byte) and `ldb` (load byte)
 everywhere.