From 5545bc30ec66faacb149e3e8b9fceba6b7d699aa Mon Sep 17 00:00:00 2001 From: Michael Macias Date: Wed, 28 Aug 2024 17:48:11 -0500 Subject: [PATCH] bcf/async/io/reader: Fix typo --- noodles-bcf/src/async/io/reader.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noodles-bcf/src/async/io/reader.rs b/noodles-bcf/src/async/io/reader.rs index 503787fac..187becef6 100644 --- a/noodles-bcf/src/async/io/reader.rs +++ b/noodles-bcf/src/async/io/reader.rs @@ -113,7 +113,7 @@ where read_header(&mut self.inner).await } - /// Reads a single record without decoding (most of) its feilds. + /// Reads a single record without decoding (most of) its fields. /// /// The stream is expected to be directly after the header or at the start of another record. ///