mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 08:44:27 +00:00
Fix the lack of '`' in the doc.
The lack of '`' would broken the IDE syntax render. Closes #35979 https://github.com/dart-lang/sdk/pull/35979 GitOrigin-RevId: 6fe04d2777390ef69e43763a9f86ecabfa950678 Change-Id: I65df61af6e6e4c2286b81480b9400f1fa5e4ebbf Reviewed-on: https://dart-review.googlesource.com/c/93485 Reviewed-by: Kevin Moore <kevmoo@google.com> Commit-Queue: Kevin Moore <kevmoo@google.com>
This commit is contained in:
parent
b83bcf59f2
commit
7df88e5755
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ abstract class Symbol {
|
|||
* a private symbol literal like `#_foo`.
|
||||
* ```dart
|
||||
* const Symbol("_foo") // Invalid
|
||||
* ``
|
||||
* ```
|
||||
*
|
||||
* The created instance overrides [Object.==].
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue