Fix dartdoc
diff --git a/lib/mustache.dart b/lib/mustache.dart
index 9dd87b7..26d83b8 100644
--- a/lib/mustache.dart
+++ b/lib/mustache.dart
@@ -33,7 +33,7 @@
 
 	/// [values] can be a combination of Map, List, String. Any non-String object
 	/// will be converted using toString(). Null values will cause a 
-	/// FormatException, unless lenient module is enabled.
+	/// [TemplateException], unless lenient module is enabled.
 	void render(values, StringSink sink);
 }