Fixed typo in docs.

This commit is contained in:
Michael Bayne
2014-01-08 11:02:29 -08:00
parent e80aab2a67
commit 4bd3410207
+1 -1
View File
@@ -253,7 +253,7 @@ template. You can customize this formatting by implementing the `Mustache.Format
} }
protected DateFormat _fmt = new SimpleDateFormat("yyyy/MM/dd"); protected DateFormat _fmt = new SimpleDateFormat("yyyy/MM/dd");
}).compile("{{msg}}: {{today}}").execute(new Object() { }).compile("{{msg}}: {{today}}").execute(new Object() {
String msg = Date: "; String msg = "Date";
Date today = new Date(); Date today = new Date();
}) })
// result: Date: 2013/01/08 // result: Date: 2013/01/08