Skip to content

Commit 52029af

Browse files
committed
Add cross-references between readuntil and skipchars docstring
Part 1 of addressing #36132
1 parent e1ee6af commit 52029af

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

base/io.jl

+4
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,8 @@ The delimiter can be a `UInt8`, `AbstractChar`, string, or vector.
433433
Keyword argument `keep` controls whether the delimiter is included in the result.
434434
The text is assumed to be encoded in UTF-8.
435435
436+
See also: [`skipchars`](@ref)
437+
436438
# Examples
437439
```jldoctest
438440
julia> open("my_file.txt", "w") do io
@@ -1113,6 +1115,8 @@ Advance the stream `io` such that the next-read character will be the first rema
11131115
which `predicate` returns `false`. If the keyword argument `linecomment` is specified, all
11141116
characters from that character until the start of the next line are ignored.
11151117
1118+
See also: [`readuntil`](@ref)
1119+
11161120
# Examples
11171121
```jldoctest
11181122
julia> buf = IOBuffer(" text")

0 commit comments

Comments
 (0)