Skip to content

Commit

Permalink
Add a missing "that" (#26313)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon authored and fredrikekre committed Mar 3, 2018
1 parent 1033f65 commit d02546a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/manual/interfaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ tests if there are any elements remaining, and `next(iter, state)`, which return
the current element and an updated `state`. The `state` object can be anything, and is generally
considered to be an implementation detail private to the iterable object.

Any object defines these three methods is iterable and can be used in the [many functions that rely upon iteration](@ref lib-collections-iteration).
Any object that defines these three methods is iterable and can be used in the [many functions that rely upon iteration](@ref lib-collections-iteration).
It can also be used directly in a `for` loop since the syntax:

```julia
Expand Down

0 comments on commit d02546a

Please sign in to comment.