Skip to content

Commit 2135e6d

Browse files
authored
Merge pull request JuliaLang/JuliaSyntax.jl#440 from nhz2/patch-1
Update `Base.peek` docstring
2 parents fdfaf1d + 4afe2ce commit 2135e6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JuliaSyntax/src/parse_stream.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ end
475475
end
476476

477477
"""
478-
peek(stream [, n=1]; skip_newlines=false)
478+
peek(stream::ParseStream [, n=1]; skip_newlines=false)
479479
480480
Look ahead in the stream `n` tokens, returning the token kind. Comments and
481481
non-newline whitespace are skipped automatically. Whitespace containing a

0 commit comments

Comments
 (0)