Skip to content

Commit 7ffe704

Browse files
bicycle1885KristofferC
authored andcommitted
fix typo in a docstring (JuliaLang#28664)
1 parent 4e098f1 commit 7ffe704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/strings/io.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ of the buffer (in bytes).
8181
8282
The optional keyword argument `context` can be set to `:key=>value` pair
8383
or an `IO` or [`IOContext`](@ref) object whose attributes are used for the I/O
84-
stream passed to `f`. The optional `sizehint` is a suggersted (in bytes)
84+
stream passed to `f`. The optional `sizehint` is a suggested size (in bytes)
8585
to allocate for the buffer used to write the string.
8686
8787
# Examples

0 commit comments

Comments
 (0)