Skip to content

Commit 6532b4d

Browse files
authored
Small docstring fix (#248)
1 parent ea4533a commit 6532b4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codec.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Transcoding protocol
1212
Transcoding proceeds by calling some functions in a specific way. We call this
1313
"transcoding protocol" and any codec must implement it as described below.
1414
15-
There are six functions for a codec to implement:
15+
There are seven functions for a codec to implement:
1616
- `expectedsize`: return the expected size of transcoded data
1717
- `pledgeinsize`: tell the codec the total input size
1818
- `minoutsize`: return the minimum output size of `process`

0 commit comments

Comments
 (0)