From 11c2b04d8e7290344b9ffa81a5452c87a555a5d1 Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Sat, 22 May 2010 22:44:28 -0400 Subject: [PATCH] fixed typo in comment --- Mustache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mustache.php b/Mustache.php index a4b4bbe..ca78b76 100644 --- a/Mustache.php +++ b/Mustache.php @@ -43,7 +43,7 @@ class Mustache { * Pragmas apply only to the current template. Partials, even those included after the * {{%UNESCAPED}} call, will need their own pragma declaration. * - * his may be useful in non-HTML Mustache situations. + * This may be useful in non-HTML Mustache situations. */ const PRAGMA_UNESCAPED = 'UNESCAPED';