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