Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Pixep committed Oct 2, 2022
1 parent c90d7ba commit c9bbad7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions proposals/p1885.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,8 @@ for (var a: auto in container) {}
The `Iterable` interface represents a generic sequential-access type of
container. It relies on two new interfaces:

- `Iteratable`: Interface for a type that can return an iterator and be
iterated over
- `Iterable`: Interface for a type that can return an iterator and be iterated
over
- `Iterator`: Interface for an iterator-like object

**Note:** This interface makes use of `Optional` type, and assumes its future
Expand Down Expand Up @@ -365,7 +365,7 @@ The design of this proposal would benefit from future support for:
- Investigate function-level support
- Using
[Constraints](https://github.com/carbon-language/carbon-lang/blob/trunk/docs/design/generics/overview.md#constraints)
to expose composite Iteratable types.
to expose composite Iterable types.
- Using
[Conditional conformance](https://github.com/carbon-language/carbon-lang/blob/trunk/docs/design/generics/terminology.md#conditional-conformance)
for mutable, other.
Expand Down

0 comments on commit c9bbad7

Please sign in to comment.