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

Merge pull request #866 from pra85/patch-1

Fix a typo [ci skip]
This commit is contained in:
Tee Parham 2016-02-12 09:52:51 -07:00
commit 025b89f421

View file

@ -1023,7 +1023,7 @@ might compile to:
#### Gotchas
Haml uses an overly simplistic regular expression to indentify string
Haml uses an overly simplistic regular expression to identify string
interpolation rather than a full-blown Ruby parser. This is fast and works for
most code but you may have errors with code like the following: