Skip to content

Commit

Permalink
fix typo in a docstring (#28664)
Browse files Browse the repository at this point in the history
  • Loading branch information
bicycle1885 authored and KristofferC committed Aug 15, 2018
1 parent 4e098f1 commit 7ffe704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/strings/io.jl
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ of the buffer (in bytes).
The optional keyword argument `context` can be set to `:key=>value` pair
or an `IO` or [`IOContext`](@ref) object whose attributes are used for the I/O
stream passed to `f`. The optional `sizehint` is a suggersted (in bytes)
stream passed to `f`. The optional `sizehint` is a suggested size (in bytes)
to allocate for the buffer used to write the string.
# Examples
Expand Down

0 comments on commit 7ffe704

Please sign in to comment.