summaryrefslogtreecommitdiffstats
path: root/buffered-reader/README.md
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2019-11-18 05:31:19 +0800
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2019-11-18 05:31:19 +0800
commit465e206bfe2ab6cdcdf455a24fcac653998f98e8 (patch)
treed0f238c3af2b73305987ce82c3c208b9eeb13e68 /buffered-reader/README.md
parentdeb1a7162bc7bf24a1ea2244e0a2aa56936e3225 (diff)
Fix more spelling
Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Diffstat (limited to 'buffered-reader/README.md')
-rw-r--r--buffered-reader/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/buffered-reader/README.md b/buffered-reader/README.md
index d927ad21..38010105 100644
--- a/buffered-reader/README.md
+++ b/buffered-reader/README.md
@@ -31,7 +31,7 @@ objects are nested.
# Details
Because the [`BufRead`] trait doesn't provide a mechanism for the
-user to size the interal buffer, a parser can't generally be sure
+user to size the internal buffer, a parser can't generally be sure
that the internal buffer will be large enough to allow it to work
with all data in place.