Skip to content

Commit

Permalink
hide unstable channel show in doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth committed Jan 18, 2025
1 parent d9a7549 commit bd7417f
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
Expand Up @@ -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"
Expand Down

0 comments on commit bd7417f

Please sign in to comment.