Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(389)

Unified Diff: sdk/lib/core/symbol.dart

Issue 2856123003: Fix some bad documentation links. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sdk/lib/core/string.dart ('k') | sdk/lib/core/uri.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/core/symbol.dart
diff --git a/sdk/lib/core/symbol.dart b/sdk/lib/core/symbol.dart
index fc391417b603223a27fa33ecdbed71de4b0d4dde..e399d9c0753a865f20a4860b4af3c1017fb92b6a 100644
--- a/sdk/lib/core/symbol.dart
+++ b/sdk/lib/core/symbol.dart
@@ -31,8 +31,8 @@ abstract class Symbol {
* The following text is non-normative:
*
* Creating non-const Symbol instances may result in larger output. If
- * possible, use [MirrorsUsed] in "dart:mirrors" to specify which names might
- * be passed to this constructor.
+ * possible, use `MirrorsUsed` from "dart:mirrors" to specify which names
+ * might be passed to this constructor.
*/
const factory Symbol(String name) = internal.Symbol;
« no previous file with comments | « sdk/lib/core/string.dart ('k') | sdk/lib/core/uri.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698