Skip to content

Commit

Permalink
Merge pull request #440 from nhz2/patch-1
Browse files Browse the repository at this point in the history
Update `Base.peek` docstring
  • Loading branch information
pfitzseb authored Jun 18, 2024
2 parents bd29025 + 3dca95e commit 3bf262b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parse_stream.jl
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ end
end

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

0 comments on commit 3bf262b

Please sign in to comment.