Skip to content

Commit 64d82bf

Browse files
committed
Fix missing > in docs
1 parent 706e68d commit 64d82bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/serde.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ impl<'de, T: Deserialize<'de>> Deserialize<'de> for Secret<T> {
1313
/// A serializable type that contains a secret.
1414
///
1515
/// This abstraction enables [expose_secret] to be used to serialize both `Secret<T>` and
16-
/// `Option<Secret<T>`.
16+
/// `Option<Secret<T>>`.
1717
///
1818
/// This type is currently private. If you feel that a public `SerializableSecret` could
1919
/// be useful for your use case please open a PR :)

0 commit comments

Comments
 (0)