Skip to content

Commit 3eaef52

Browse files
authored
Replace Base.nb_available with Base.bytesavailable in docs (#148)
1 parent 43af210 commit 3eaef52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/devnotes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ in the design of the package.
1515

1616
A codec will be implemented by package developers and only a special codec
1717
`Noop` is defined in this package. A stream can be any object that implements
18-
at least `Base.isopen`, `Base.eof`, `Base.close`, `Base.nb_available`,
18+
at least `Base.isopen`, `Base.eof`, `Base.close`, `Base.bytesavailable`,
1919
`Base.unsafe_read`, and `Base.unsafe_write`. All mutable fields are delegated
2020
to `state` and hence the stream type itself is immutable.
2121

0 commit comments

Comments
 (0)