From ca8e96de97ef5cb9df0a6304bccc4e16c5e2280e Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Fri, 30 Apr 2010 21:12:13 -0400 Subject: [PATCH] Minor documentation update --- Mustache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mustache.php b/Mustache.php index 6578862..85dae70 100644 --- a/Mustache.php +++ b/Mustache.php @@ -598,7 +598,7 @@ class MustacheException extends Exception { const UNCLOSED_SECTION = 1; // An UNEXPECTED_CLOSE_SECTION exception is thrown when {{/section}} appears - // without a corresponding {{#section}}. + // without a corresponding {{#section}} or {{^section}}. const UNEXPECTED_CLOSE_SECTION = 2; // An UNKNOWN_PARTIAL exception is thrown whenever a {{>partial}} tag appears