typo fix
authorKostya Shishkov <kostya.shishkov@gmail.com>
Tue, 10 Mar 2020 10:43:31 +0000 (11:43 +0100)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Tue, 10 Mar 2020 10:43:31 +0000 (11:43 +0100)
nihav-core/src/codecs/mod.rs

index 9aced0763beeb6758e9f3b50cce65599a055c640..341894447f69c4cbf9f35fd0083871d2c411fe08 100644 (file)
@@ -89,7 +89,7 @@ pub trait NADecoder {
     fn flush(&mut self);
 }
 
-/// Decoder information using during creating a decoder for requested codec.
+/// Decoder information used during creating a decoder for requested codec.
 #[derive(Clone,Copy)]
 pub struct DecoderInfo {
     /// Short decoder name.