Skip to content

Commit

Permalink
Fixed minor typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
azriel91 committed Oct 18, 2018
1 parent 9cc5267 commit f03b2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/attr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ pub struct InputClone {
pub struct InputCopy {
/// The `bound` attribute if present and the corresponding bounds.
bounds: Option<Vec<syn::WherePredicate>>,
/// Wether the input also derive `Clone` (ie. `derive(Clone)`, but not `derivative(Clone)`)
/// Whether the input also derive `Clone` (ie. `derive(Clone)`, but not `derivative(Clone)`)
derives_clone: bool,
}

Expand Down

0 comments on commit f03b2cd

Please sign in to comment.