Skip to content

Commit 7c8f73e

Browse files
committed
Rephrased description.
1 parent 19a072a commit 7c8f73e

File tree

1 file changed

+1
-1
lines changed
  • api/swimos_form/src/structural/read

1 file changed

+1
-1
lines changed

api/swimos_form/src/structural/read/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ pub enum ReadError {
5656
DoubleSlot,
5757
/// Deserialization complete but more input is still available.
5858
ReaderOverflow,
59-
/// A record did not terminate correctly.
59+
/// A record was not terminated correctly.
6060
IncompleteRecord,
6161
/// One or more required slots were not present in the input.
6262
MissingFields(Vec<Text>),

0 commit comments

Comments
 (0)