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

Unified Diff: tool/input_sdk/lib/core/errors.dart

Issue 1987963003: Misc updates (mostly doc) (Closed) Base URL: https://github.com/dart-lang/dev_compiler@master
Patch Set: Created 4 years, 7 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 | « tool/input_sdk/lib/core/date_time.dart ('k') | tool/input_sdk/lib/core/int.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tool/input_sdk/lib/core/errors.dart
diff --git a/tool/input_sdk/lib/core/errors.dart b/tool/input_sdk/lib/core/errors.dart
index a47838bb0e700a436e9c062a0d1f2f1ee9046426..c11ea2e1a97da25e0c73490a216d7ec025492dc6 100644
--- a/tool/input_sdk/lib/core/errors.dart
+++ b/tool/input_sdk/lib/core/errors.dart
@@ -454,7 +454,7 @@ class NoSuchMethodError extends Error {
* The [namedArguments] is a map from [Symbol]s to the values of named
* arguments that the method was called with.
*
- * The optional [exisitingArgumentNames] is the expected parameters of a
+ * The optional [existingArgumentNames] is the expected parameters of a
* method with the same name on the receiver, if available. This is
* the signature of the method that would have been called if the parameters
* had matched.
« no previous file with comments | « tool/input_sdk/lib/core/date_time.dart ('k') | tool/input_sdk/lib/core/int.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698