projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ca7f52
)
fix typo
author
Ben Pfaff
<blp@cs.stanford.edu>
Wed, 16 Jul 2025 00:21:32 +0000
(17:21 -0700)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Wed, 16 Jul 2025 00:21:32 +0000
(17:21 -0700)
rust/pspp/src/sys/cooked.rs
patch
|
blob
|
history
diff --git
a/rust/pspp/src/sys/cooked.rs
b/rust/pspp/src/sys/cooked.rs
index 63bf26cf04c1dfd86831c1a52e1d06f772c432a4..78ad5e475829e881ebd7730ebdcfa66f534bbc16 100644
(file)
--- 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()