Skip to content

Commit 2085821

Browse files
authored
Remove incorrect comment
This method returns the stream, not the number of bytes.
1 parent 5ad92b7 commit 2085821

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/StringEncodings.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,6 @@ function show(io::IO, s::StringEncoder{F, T}) where {F, T}
217217
end
218218

219219
# Flush input buffer and convert it into output buffer
220-
# Returns the number of bytes written to output buffer
221220
function flush(s::StringEncoder)
222221
s.cd == C_NULL && return s
223222

0 commit comments

Comments
 (0)