From 3121a72981978d8ebbdd55795d5f31b85db15e20 Mon Sep 17 00:00:00 2001 From: ven Date: Fri, 24 May 2024 14:54:23 +0200 Subject: Update dart.html.markdown fixes #4958 --- dart.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3