ソースを参照

fixed typo in comment

Justin Hileman 15 年 前
コミット
11c2b04d8e
1 ファイル変更1 行追加1 行削除
  1. 1 1
      Mustache.php

+ 1 - 1
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';