summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorven <vendethiel@hotmail.fr>2024-05-24 14:54:23 +0200
committerGitHub <noreply@github.com>2024-05-24 14:54:23 +0200
commit3121a72981978d8ebbdd55795d5f31b85db15e20 (patch)
tree3ce1edd6a5ea30537a55a7cfdd39f682cf780734
parentb506816adb8cca907a7c5ab4f6e888510270ffda (diff)
Update dart.html.markdown
fixes #4958
-rw-r--r--dart.html.markdown2
1 files changed, 1 insertions, 1 deletions
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.