Fix typo in Map.values documentation

Closes #35906
https://github.com/dart-lang/sdk/pull/35906

GitOrigin-RevId: d06ee24fa457902f9466b0285cb38e17d5434b47
Change-Id: Iefb024dbff58c6293ade006fa8b5c2165cdce96c
Reviewed-on: https://dart-review.googlesource.com/c/92580
Reviewed-by: Kevin Moore <kevmoo@google.com>
Commit-Queue: Kevin Moore <kevmoo@google.com>
This commit is contained in:
Rodolfo Carvalho 2019-02-11 17:59:06 +00:00 committed by Kevin Moore
parent 640bfb45f8
commit 61e109c652

View file

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