310f014b7beb

typo.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Mon, 10 Oct 2011 00:47:18 -0400
parents 1b25f598ff48
children 93d00f94217a
branches/tags (none)
files chapters/22.markdown

Changes

--- a/chapters/22.markdown	Mon Oct 10 00:28:56 2011 -0400
+++ b/chapters/22.markdown	Mon Oct 10 00:47:18 2011 -0400
@@ -114,7 +114,7 @@
 
 Using `==#` and `==?` with integers will work just fine, and if you change them
 to strings in the future it will work correctly.  If you'd rather use `==` for
-integers that's fine, but you need to remember to you change the comparison if
+integers that's fine, but you need to remember to change the comparison if
 you change them to strings in the future.
 
 Exercises