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

Fix Attribute Methods example in REFERENCE.md

The example incorrectly showed {:delicious => true} being rendered as delicious="true".
This commit is contained in:
Lann 2012-11-21 13:27:39 -07:00
parent ec352d0198
commit 4e936bec0b

View file

@ -343,7 +343,7 @@ left to right. For example, if you defined
then
%sandwich{hash1, hash2, :delicious => true}/
%sandwich{hash1, hash2, :delicious => 'true'}/
would compile to: