Thank you :)

Thank you :)
This commit is contained in:
John C. Bland II 2016-05-07 14:51:19 -05:00 committed by Lasse R.H. Nielsen
parent c00b34b6f3
commit 02651a9949

View file

@ -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.