Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alecmocatta committed Nov 5, 2019
1 parent 5b7be3e commit 06fbfb8
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 @@ -249,7 +249,7 @@ pub mod internal {
pub mod structs {
//! Structs representing a serializable closure, created by the
//! [`FnOnce`](macro@FnOnce), [`FnMut`](macro@FnMut) and [`Fn`](macro@Fn)
//! macros. They Implement [`std::ops::FnOnce`], [`std::ops::FnMut`] and
//! macros. They implement [`std::ops::FnOnce`], [`std::ops::FnMut`] and
//! [`std::ops::Fn`] respectively, as well as [`Debug`](std::fmt::Debug),
//! [`Serialize`](serde::Serialize) and [`Deserialize`](serde::Deserialize),
//! and various convenience traits.
Expand Down

0 comments on commit 06fbfb8

Please sign in to comment.