Typo correction in documentation

"concatentation" should be "concatenation"

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

GitOrigin-RevId: 80b0c3a3bac67fea76c278c64c1305b213128c9f
Change-Id: I02461e92df45764792c2553b64981e0f1fe48d06
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/171382
Reviewed-by: Kevin Moore <kevmoo@google.com>
Commit-Queue: Kevin Moore <kevmoo@google.com>
This commit is contained in:
benarso 2020-11-11 02:01:12 +00:00 committed by commit-bot@chromium.org
parent 403f8156a1
commit 8c495e075d

View file

@ -170,7 +170,7 @@ abstract class Iterable<E> {
Iterable<R> cast<R>() => Iterable.castFrom<E, R>(this);
/**
* Returns the lazy concatentation of this iterable and [other].
* Returns the lazy concatenation of this iterable and [other].
*
* The returned iterable will provide the same elements as this iterable,
* and, after that, the elements of [other], in the same order as in the