File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -359,7 +359,7 @@ impl<R: BufRead + Write> Write for GzDecoder<R> {
359
359
/// MultiGzDecoder decodes all members from the data and only returns Ok(0) when the
360
360
/// underlying reader does. For a file, this reads to the end of the file.
361
361
///
362
- /// To handle members seperately , see [GzDecoder] or read more
362
+ /// To handle members separately , see [GzDecoder] or read more
363
363
/// [in the introduction](../index.html#about-multi-member-gzip-files).
364
364
///
365
365
/// [gzip file]: https://www.rfc-editor.org/rfc/rfc1952#page-5
Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ impl<R: Read + Write> Write for GzDecoder<R> {
208
208
/// MultiGzDecoder decodes all members of a file and returns Ok(0) once the
209
209
/// underlying reader does.
210
210
///
211
- /// To handle members seperately , see [GzDecoder] or read more
211
+ /// To handle members separately , see [GzDecoder] or read more
212
212
/// [in the introduction](../index.html#about-multi-member-gzip-files).
213
213
///
214
214
/// [gzip file]: https://www.rfc-editor.org/rfc/rfc1952#page-5
You can’t perform that action at this time.
0 commit comments