diff options
author | ven <vendethiel@hotmail.fr> | 2024-05-24 14:54:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-24 14:54:23 +0200 |
commit | 3121a72981978d8ebbdd55795d5f31b85db15e20 (patch) | |
tree | 3ce1edd6a5ea30537a55a7cfdd39f682cf780734 /dart.html.markdown | |
parent | b506816adb8cca907a7c5ab4f6e888510270ffda (diff) |
Update dart.html.markdown
fixes #4958
Diffstat (limited to 'dart.html.markdown')
-rw-r--r-- | dart.html.markdown | 2 |
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. |