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

Unified Diff: sdk/lib/core/expando.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
« no previous file with comments | « sdk/lib/collection/splay_tree.dart ('k') | sdk/lib/io/data_transformer.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/core/expando.dart
diff --git a/sdk/lib/core/expando.dart b/sdk/lib/core/expando.dart
index 5df0a7be47ecaaa691e4ee38440539533ae04c55..5b239de447936723e16bd7973b40330a90ca57b6 100644
--- a/sdk/lib/core/expando.dart
+++ b/sdk/lib/core/expando.dart
@@ -11,7 +11,7 @@ class Expando<T> {
/**
* The name of the this [Expando] as passed to the constructor. If
- * no name was passed to the constructor, the name is [null].
+ * no name was passed to the constructor, the name is [:null:].
*/
final String name;
@@ -31,7 +31,7 @@ class Expando<T> {
/**
* Gets the value of this [Expando]'s property on the given
* object. If the object hasn't been expanded, the method returns
- * [null].
+ * [:null:].
*/
external T operator [](Object object);
« no previous file with comments | « sdk/lib/collection/splay_tree.dart ('k') | sdk/lib/io/data_transformer.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698