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
1 changed files with 1 additions and 1 deletions

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: