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: #