@@ -340,7 +340,7 @@ def run():
340
340
... // Licensed under Apache License v2.0 with Runtime Library Exception
341
341
... //
342
342
... // See https://swift.org/LICENSE.txt for license information
343
- ... // See https://swift.org/CONTRIBUTORS.txt for the list of Swift projec
343
+ ... // See https://swift.org/CONTRIBUTORS.txt for the list of Swift project
344
344
... //
345
345
... //===-----------------------------------------------------------------
346
346
...
@@ -408,7 +408,7 @@ def run():
408
408
... return _base.underestimatedCount
409
409
... }
410
410
...
411
- ... /// Creates an instance with elements `transform(x)` for each elemen
411
+ ... /// Creates an instance with elements `transform(x)` for each element
412
412
... /// `x` of base.
413
413
... @_inlineable
414
414
... @_versioned
@@ -433,7 +433,7 @@ def run():
433
433
... // ###sourceLocation(file: "/public/core/Map.swift.gyb", line: 108)
434
434
...
435
435
... /// A `Collection` whose elements consist of those in a `Base`
436
- ... /// `Collection` passed through a transform function returning `Elemen
436
+ ... /// `Collection` passed through a transform function returning `Element`
437
437
... /// These elements are computed lazily, each time they're read, by
438
438
... /// calling the transform function on a base element.
439
439
... @_fixed_layout
@@ -471,7 +471,7 @@ def run():
471
471
... // ###sourceLocation(file: "/public/core/Map.swift.gyb", line: 108)
472
472
...
473
473
... /// A `Collection` whose elements consist of those in a `Base`
474
- ... /// `Collection` passed through a transform function returning `Elemen
474
+ ... /// `Collection` passed through a transform function returning `Element`
475
475
... /// These elements are computed lazily, each time they're read, by
476
476
... /// calling the transform function on a base element.
477
477
... @_fixed_layout
@@ -509,7 +509,7 @@ def run():
509
509
... // ###sourceLocation(file: "/public/core/Map.swift.gyb", line: 108)
510
510
...
511
511
... /// A `Collection` whose elements consist of those in a `Base`
512
- ... /// `Collection` passed through a transform function returning `Elemen
512
+ ... /// `Collection` passed through a transform function returning `Element`
513
513
... /// These elements are computed lazily, each time they're read, by
514
514
... /// calling the transform function on a base element.
515
515
... @_fixed_layout
0 commit comments