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

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

Issue 23522037: one-liners for the remaining top-50 dart:core classes (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 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/core/function.dart
diff --git a/sdk/lib/core/function.dart b/sdk/lib/core/function.dart
index 2ef7f741c02711230c6e8ebd2fa85cfdc9c2e1bc..9514951d1dd5cb1de2a10d070b6262edc7cf2ba8 100644
--- a/sdk/lib/core/function.dart
+++ b/sdk/lib/core/function.dart
@@ -5,7 +5,7 @@
part of dart.core;
/**
- * Super-type of all function types.
+ * The base class for all function types.
*
* A function value, or an instance of a class with a "call" method, is a
* subtype of a function type, and as such, a subtype of [Function].
« no previous file with comments | « sdk/lib/core/core.dart ('k') | sdk/lib/core/int.dart » ('j') | sdk/lib/core/iterator.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698