Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hide unstable channel show in doctests
Browse files Browse the repository at this point in the history
IanButterworth committed Jan 18, 2025
1 parent 24a1fd9 commit ac4361b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions base/channels.jl
Original file line number Diff line number Diff line change
@@ -130,8 +130,7 @@ julia> chnl = Channel{Char}(1, spawn=true) do ch
for c in "hello world"
put!(ch, c)
end
end
Channel{Char}(1) (2 items available)
end;
julia> String(collect(chnl))
"hello world"

0 comments on commit ac4361b

Please sign in to comment.