Skip to content

Commit

Permalink
Merge pull request #1209 from nak3/fix-typo
Browse files Browse the repository at this point in the history
Fix typo in autocxx::concrete
  • Loading branch information
adetaylor authored Jan 26, 2023
2 parents 316e636 + fd728b2 commit 4d831b6
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 @@ -216,7 +216,7 @@ macro_rules! name {

/// A concrete type to make, for example
/// `concrete!("Container<Contents>")`.
/// All types msut already be on the allowlist by having used
/// All types must already be on the allowlist by having used
/// `generate!` or similar.
///
/// A directive to be included inside
Expand Down

0 comments on commit 4d831b6

Please sign in to comment.