Skip to content

Commit

Permalink
Fix doc annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
RReverser committed Dec 9, 2023
1 parent 014e415 commit ff83666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/de.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ impl<'de> de::EnumAccess<'de> for EnumAccess {
}
}

/// A newtype that allows using any [`JsValue`] as a [`deserializer`].
/// A newtype that allows using any [`JsValue`] as a [`de::Deserializer`].
pub struct Deserializer {
value: JsValue,
}
Expand Down

0 comments on commit ff83666

Please sign in to comment.