message fix
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 13 Apr 2025 21:04:37 +0000 (14:04 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 13 Apr 2025 21:04:37 +0000 (14:04 -0700)
rust/pspp/src/format/parse.rs

index e7f26c3a027d44eeb4c5ef6d7d8f6556242efe82..acf0357f3f1c691383c994975914a92213b3cf37 100644 (file)
@@ -62,7 +62,7 @@ enum ParseErrorKind {
     NonBDCDigit(u8),
 
     /// Invalid BCD sign.
-    #[error("Invalid BCD sign. 0x{0:x}.")]
+    #[error("Invalid BCD sign 0x{0:x}.")]
     InvalidBCDSign(u8),
 
     /// Day must be between 1 and 31.