Update dart.html.markdown

fixes #4958
This commit is contained in:
ven 2024-05-24 14:54:23 +02:00 committed by GitHub
parent b506816adb
commit 3121a72981
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.