From 7c05c7ca05a05fd7d72e371c8b66a0ff1aed5ddb Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Sat, 28 May 2011 10:52:36 -0700 Subject: [PATCH] Unwrap line. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index b23f758..4cea8ea 100644 --- a/README.md +++ b/README.md @@ -158,8 +158,7 @@ use `nullValue()`: String nullValued = null; // String doesNotExist }); - // throws MustacheException when executing the template because - // doesNotExist cannot be resolved + // throws MustacheException when executing the template because doesNotExist cannot be resolved 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