We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19a072a commit 7c8f73eCopy full SHA for 7c8f73e
api/swimos_form/src/structural/read/error.rs
@@ -56,7 +56,7 @@ pub enum ReadError {
56
DoubleSlot,
57
/// Deserialization complete but more input is still available.
58
ReaderOverflow,
59
- /// A record did not terminate correctly.
+ /// A record was not terminated correctly.
60
IncompleteRecord,
61
/// One or more required slots were not present in the input.
62
MissingFields(Vec<Text>),
0 commit comments