1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-17 12:10:52 +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 // Single line comment
/** /**
* Multi-line comment * Multi-line comment
* Can comment more than 2 lines * Can comment several lines
*/ */
/// Code doc comment /// Code doc comment
/// It uses markdown syntax to generate code docs when making an API. /// It uses markdown syntax to generate code docs when making an API.