Fix typo in Map.values getter.

Fixes #26424.
BUG= http://dartbug.com/26424

Review URL: https://codereview.chromium.org/1960123002 .
This commit is contained in:
Florian Loitsch 2016-05-09 14:57:37 +02:00
parent 1d1409d4d4
commit c67133d3ab

View file

@ -244,7 +244,7 @@ abstract class Map<K, V> {
* The values of [this].
*
* The values are iterated in the order of their corresponding keys.
* This means that iterating [keys] and [values] in parrallel will
* This means that iterating [keys] and [values] in parallel will
* provided matching pairs of keys and values.
*
* The returned iterable has an efficient `length` method based on the