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

Fix error in documentation

Fixes #717
This commit is contained in:
Matt Wildig 2013-10-10 12:44:12 +01:00
parent 09d14bcbef
commit 03bf40b890

View file

@ -956,7 +956,7 @@ Ruby string interpolation. For example,
is the same as
%p= "This is the #{h quality} cake!"
%p= "This is #{h quality} cake!"
and might compile to: