Skip to content

Commit

Permalink
Merge pull request #271 from wackbyte/patch-1
Browse files Browse the repository at this point in the history
Fix a typo in the generated documentation
  • Loading branch information
KodrAus committed Feb 27, 2022
2 parents 7a9d7c7 + 55bb4f2 commit 51fcea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -578,7 +578,7 @@ macro_rules! __impl_bitflags {
///
/// # Safety
///
/// The caller of the `bitflags!` macro can chose to allow or
/// The caller of the `bitflags!` macro can choose to allow or
/// disallow extra bits for their bitflags type.
///
/// The caller of `from_bits_unchecked()` has to ensure that
Expand Down

0 comments on commit 51fcea4

Please sign in to comment.