From 3b79ad8fa9b4a8c9c535b417129e3f70769074e0 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Wed, 23 Sep 2020 15:02:59 +0200 Subject: fix docstring typo --- src/processing.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/processing.rs b/src/processing.rs index af22ee0..722440b 100644 --- a/src/processing.rs +++ b/src/processing.rs @@ -81,7 +81,7 @@ pub fn process_stream( /// Convenience function to process a given file directly. /// /// This is a shorthand for opening the file and then using [`process_stream`][process_stream] with -/// it. This function automatically wraps the raw file in a buffered reader, to ensure the bext +/// it. This function automatically wraps the raw file in a buffered reader, to ensure the best /// reading performance. /// /// If you need more fine-grained control, consider using [`process_stream`][process_stream] or -- cgit v1.2.3