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

Unified Diff: sdk/lib/_internal/compiler/implementation/elements/modelx.dart

Issue 140783013: use proper notation for true, false, and null in doc comments (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: long line Created 6 years, 11 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
Index: sdk/lib/_internal/compiler/implementation/elements/modelx.dart
diff --git a/sdk/lib/_internal/compiler/implementation/elements/modelx.dart b/sdk/lib/_internal/compiler/implementation/elements/modelx.dart
index 0aa0c277403d792bb7a6639af6e3f7ef8d4e5c09..eedf6a41b479a27fbbb235374d1807cf5b06d613 100644
--- a/sdk/lib/_internal/compiler/implementation/elements/modelx.dart
+++ b/sdk/lib/_internal/compiler/implementation/elements/modelx.dart
@@ -298,7 +298,7 @@ abstract class ElementX implements Element {
/**
* Represents an unresolvable or duplicated element.
*
- * An [ErroneousElement] is used instead of [null] to provide additional
+ * An [ErroneousElement] is used instead of [:null:] to provide additional
* information about the error that caused the element to be unresolvable
* or otherwise invalid.
*

Powered by Google App Engine
This is Rietveld 408576698