Skip to content

Commit

Permalink
Add a missing backtick (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed May 31, 2023
1 parent a15bfea commit 010e9f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/field_attributes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use serde::de::Error;
use serde::{Deserialize, Deserializer};

/// Allows a `bool` field to be defaulted to `true`, rather than the normal
/// default of `false. Useful for fields where the default value should be `true`.
/// default of `false`. Useful for fields where the default value should be `true`.
///
/// Example:
///
Expand Down

0 comments on commit 010e9f5

Please sign in to comment.