From 984adb18f697e0f373c50c256dff6b13bddf47cc Mon Sep 17 00:00:00 2001 From: Prayag Verma Date: Fri, 12 Feb 2016 22:00:25 +0530 Subject: [PATCH] Fix a typo [ci skip] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `indentify` → `identify` --- REFERENCE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/REFERENCE.md b/REFERENCE.md index 63559a7d..0c95541a 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -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: