From f05fcba0ca5230d377a635606c168e079a000c73 Mon Sep 17 00:00:00 2001 From: nex3 Date: Sat, 20 Jan 2007 01:22:22 +0000 Subject: [PATCH] Fixed a minor documentation error. git-svn-id: svn://hamptoncatlin.com/haml/trunk@292 7063305b-7217-0410-af8c-cdc13e5119b9 --- lib/haml.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/haml.rb b/lib/haml.rb index 412f9c0a..518b0195 100644 --- a/lib/haml.rb +++ b/lib/haml.rb @@ -118,7 +118,7 @@ $LOAD_PATH << dir unless $LOAD_PATH.include?(dir) # For example: # # %br/ -# %meta{:http-equiv => 'Content-Type', :content => 'text/html'}/ +# %meta{'http-equiv' => 'Content-Type', :content => 'text/html'}/ # # is compiled to: #