# HG changeset patch
# User Eduardo Lopez Biagi <eduardo.biagi@gmail.com>
# Date 1342586513 18000
# Node ID 883206297dc1531ddbe3692bfffe773e773058db
# Parent  7a638cd48d4895b9d6bfe6b5a0c33c80d4bbd634
Fix broken formatting

diff -r 7a638cd48d48 -r 883206297dc1 chapters/09.markdown
--- 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`.