fix typo
authorBen Pfaff <blp@cs.stanford.edu>
Wed, 16 Jul 2025 00:21:32 +0000 (17:21 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Wed, 16 Jul 2025 00:21:32 +0000 (17:21 -0700)
rust/pspp/src/sys/cooked.rs

index 63bf26cf04c1dfd86831c1a52e1d06f772c432a4..78ad5e475829e881ebd7730ebdcfa66f534bbc16 100644 (file)
@@ -494,7 +494,7 @@ pub struct ReaderOptions {
 }
 
 impl ReaderOptions {
-    /// Construct a new `SystemFileReader` without specifying an encoding or
+    /// Construct a new `ReaderOptions` without specifying an encoding or
     /// password.
     pub fn new() -> Self {
         Self::default()