Skip to content

Commit 7a05488

Browse files
committed
fix: typo
Signed-off-by: Woshiluo Luo <woshiluo.luo@outlook.com>
1 parent 6913268 commit 7a05488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/de_mut/str_seq.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ impl<'de> Deserialize<'de> for StrSeq<'_> {
3838
cursor: match value_deserialzer.cursor {
3939
ValueCursor::Prop(_, cursor) => cursor,
4040
_ => {
41-
unreachable!("Reg Deserialize should only be called by prop cursor")
41+
unreachable!("StrSeq Deserialize should only be called by prop cursor")
4242
}
4343
},
4444
};

0 commit comments

Comments
 (0)