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

Fix a typo [ci skip]

`indentify` → `identify`
This commit is contained in:
Prayag Verma 2016-02-12 22:00:25 +05:30
parent 1f4342d238
commit 984adb18f6

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: