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

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

Issue 11783009: Big merge from experimental to bleeding edge. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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/core/double.dart ('k') | sdk/lib/core/expect.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/core/errors.dart
diff --git a/sdk/lib/core/errors.dart b/sdk/lib/core/errors.dart
index 5fbd2d99df880cd324ea1d50c0d3452f8fac8f1a..59f30d039198f5e711bdeaaea11d486aa1ce8067 100644
--- a/sdk/lib/core/errors.dart
+++ b/sdk/lib/core/errors.dart
@@ -196,8 +196,8 @@ class NoSuchMethodError implements Error {
/**
* The operation was not allowed by the object.
*
- * This [Error] is thrown when a class cannot implement
- * one of the methods in its signature.
+ * This [Error] is thrown when an instance cannot implement one of the methods
+ * in its signature.
*/
class UnsupportedError implements Error {
final String message;
« no previous file with comments | « sdk/lib/core/double.dart ('k') | sdk/lib/core/expect.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698