diff --git a/dart.html.markdown b/dart.html.markdown
index 4d2bf5ac..48fb1367 100644
--- a/dart.html.markdown
+++ b/dart.html.markdown
@@ -32,7 +32,7 @@ import "dart:math" as math;
// Single line comment
/**
* Multi-line comment
-* Can comment more than 2 lines
+* Can comment several lines
*/
/// Code doc comment
/// It uses markdown syntax to generate code docs when making an API.