diff --git a/src/content/language/comments.md b/src/content/language/comments.md index 7d8d63d40..e39a7b54e 100644 --- a/src/content/language/comments.md +++ b/src/content/language/comments.md @@ -1,17 +1,19 @@ --- -title: Comments -description: The different comment types in Dart. +title: 注释 +description: Dart 中不同的注释类型 prevpage: url: /language/operators title: Operators nextpage: url: /language/built-in-types - title: Built-in types + title: 基本类型 --- Dart supports single-line comments, multi-line comments, and documentation comments. +Dart支持单行注释、多行注释和文档注释。 + ## Single-line comments