--- a/chapters/09.markdown Sat Jun 16 16:25:45 2012 -0400
+++ b/chapters/09.markdown Tue Jul 17 23:41:53 2012 -0500
@@ -76,8 +76,8 @@
instead of double quotes.
Try using `vnoremap` to add a mapping that will wrap whatever text you have
-*visually selected* in quotes. You'll probably need the ```<`` and ```>``
-commands for this, so read up on them with ``:help `<``.
+*visually selected* in quotes. You'll probably need the `` `< `` and `` `> ``
+commands for this, so read up on them with `` :help `< ``.
Map `H` in normal mode to go to the beginning of the current line. Since `h`
moves left you can think of `H` as a "stronger" `h`.