Skip to content

Commit e644857

Browse files
authored
Small cleanups for spec (#4133)
1 parent be58ff0 commit e644857

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/dart_documentation_comment_specification.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This document does not cover:
3636
* **Identifier:** An individual name in the code (e.g., `MyClass`, `myMethod`, `prefix`).
3737
* **Qualified Name:** A name composed of two or more *identifiers* separated by dots, used to access an element within a specific namespace (e.g., MyClass.myMethod, prefix.MyClass).
3838
* **Name:** A name is either a single *identifier* or a *qualified name*.
39-
* **Reference:** A string enclosed in square brackets within a doc comment (e.g., `[MyClass]` or `[MyClass.myMethod]`) that links to an element. The text inside the brackets is either a single *identifier* or a *qualified name*.
39+
* **Reference:** A name enclosed in square brackets within a doc comment (e.g., `[MyClass]` or `[MyClass.myMethod]`) that links to an element.
4040

4141
## **2\. Syntax of Documentation Comments**
4242

@@ -66,7 +66,7 @@ This line has leading whitespace after the slashes.
6666
This line above is a rendered blank line (created by a `///` alone).
6767
```
6868

69-
**Example (preserving whitespace in fenced code blocks)**
69+
**Example**
7070

7171
```
7272
/// ```dart

0 commit comments

Comments
 (0)