Skip to content

Commit 08bf3e1

Browse files
authored
add a code quote to a word (#28699)
1 parent 2715fb2 commit 08bf3e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/essentials.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,7 @@ isdone(itr, state...) = missing
795795
iterate(iter [, state]) -> Union{Nothing, Tuple{Any, Any}}
796796
797797
Advance the iterator to obtain the next element. If no elements
798-
remain, nothing should be returned. Otherwise, a 2-tuple of the
798+
remain, `nothing` should be returned. Otherwise, a 2-tuple of the
799799
next element and the new iteration state should be returned.
800800
"""
801801
function iterate end

0 commit comments

Comments
 (0)