Minor documentation update

This commit is contained in:
Justin Hileman
2010-04-30 21:12:13 -04:00
parent c6061baf49
commit ca8e96de97
+1 -1
View File
@@ -598,7 +598,7 @@ class MustacheException extends Exception {
const UNCLOSED_SECTION = 1; const UNCLOSED_SECTION = 1;
// An UNEXPECTED_CLOSE_SECTION exception is thrown when {{/section}} appears // 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; const UNEXPECTED_CLOSE_SECTION = 2;
// An UNKNOWN_PARTIAL exception is thrown whenever a {{>partial}} tag appears // An UNKNOWN_PARTIAL exception is thrown whenever a {{>partial}} tag appears