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:
parent
ec352d0198
commit
4e936bec0b
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue