Unwrap line.

This commit is contained in:
Michael Bayne
2011-05-28 10:52:36 -07:00
parent 7a282c03e5
commit 7c05c7ca05
+1 -2
View File
@@ -158,8 +158,7 @@ use `nullValue()`:
String nullValued = null; String nullValued = null;
// String doesNotExist // String doesNotExist
}); });
// throws MustacheException when executing the template because // throws MustacheException when executing the template because doesNotExist cannot be resolved
// doesNotExist cannot be resolved
Note that any variable resolved against a `Map` context will be resolvable, but Note that any variable resolved against a `Map` context will be resolvable, but
will be treated as having the value null if the map contains no mapping for the will be treated as having the value null if the map contains no mapping for the