Toned down caveat.

This commit is contained in:
Michael Bayne
2011-04-13 15:44:13 -07:00
parent 6b1551a1c9
commit 14e42bc984
+2 -2
View File
@@ -296,7 +296,7 @@ compiler, like so:
Limitations
===========
This version of Mustache is intended for use in non-webapp scenarios. In the
name of simplicity, some features of Mustache were omitted or simplified:
In the name of simplicity, some features of Mustache were omitted or
simplified:
* `{{= =}}` only supports one or two character delimiters. This is just because I'm lazy and it simplifies the parser.