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:
Water Zheng 2019-02-20 01:14:41 +00:00 committed by commit-bot@chromium.org
parent b83bcf59f2
commit 7df88e5755

View file

@ -68,7 +68,7 @@ abstract class Symbol {
* a private symbol literal like `#_foo`.
* ```dart
* const Symbol("_foo") // Invalid
* ``
* ```
*
* The created instance overrides [Object.==].
*