1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-17 20:11:57 +02:00

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

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.