Skip to content

Commit

Permalink
add a code quote to a word (#28699)
Browse files Browse the repository at this point in the history
(cherry picked from commit 08bf3e1)
  • Loading branch information
KristofferC committed Feb 11, 2019
1 parent a30ce79 commit 1a10b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/essentials.jl
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ isdone(itr, state...) = missing
iterate(iter [, state]) -> Union{Nothing, Tuple{Any, Any}}
Advance the iterator to obtain the next element. If no elements
remain, nothing should be returned. Otherwise, a 2-tuple of the
remain, `nothing` should be returned. Otherwise, a 2-tuple of the
next element and the new iteration state should be returned.
"""
function iterate end
Expand Down

0 comments on commit 1a10b83

Please sign in to comment.