# HG changeset patch # User Steve Losh # Date 1318222038 14400 # Node ID 310f014b7beb5fb8e7ff762c56d9d8b7c265bfb3 # Parent 1b25f598ff48a6323f363d3be49d6832e51b3200 typo. diff -r 1b25f598ff48 -r 310f014b7beb chapters/22.markdown --- 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