Skip to content

Commit

Permalink
chore: Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
poljar committed Jul 17, 2024
1 parent 5e65c1b commit 771d1c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
//! instead call the `.pickle()` method to obtain a special serializable struct.
//! This struct *does* implement `Serialize` and can therefore be serialized
//! into any format supported by `serde`. To get back to the original struct
//! from such as serializeable struct, just call `.unpickle()`.
//! from such as serializable struct, just call `.unpickle()`.
//!
//! ```rust
//! use anyhow::Result;
Expand Down

0 comments on commit 771d1c2

Please sign in to comment.