Skip to content

Commit

Permalink
Fix spelling: conusuming -> consuming
Browse files Browse the repository at this point in the history
  • Loading branch information
leo848 authored and TedDriggs committed Nov 8, 2022
1 parent 48a3033 commit 53fd62f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion derive_builder/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
//! ```
//!
//! By default all generated setter-methods take and return `&mut self`
//! (aka _non-conusuming_ builder pattern). Accordingly, the build method also takes a
//! (aka _non-consuming_ builder pattern). Accordingly, the build method also takes a
//! reference by default.
//!
//! You can easily opt into different patterns and control many other aspects.
Expand Down

0 comments on commit 53fd62f

Please sign in to comment.