From 812638868dba4968a1399f0f8cd76c1c472aae9e Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 15 Jul 2025 17:21:32 -0700 Subject: [PATCH] fix typo --- rust/pspp/src/sys/cooked.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/pspp/src/sys/cooked.rs b/rust/pspp/src/sys/cooked.rs index 63bf26cf04..78ad5e4758 100644 --- a/rust/pspp/src/sys/cooked.rs +++ b/rust/pspp/src/sys/cooked.rs @@ -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() -- 2.30.2