1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Fixed a minor documentation error.

git-svn-id: svn://hamptoncatlin.com/haml/trunk@292 7063305b-7217-0410-af8c-cdc13e5119b9
This commit is contained in:
nex3 2007-01-20 01:22:22 +00:00
parent 2fa28d63e3
commit f05fcba0ca

View file

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