diff --git a/src/decl-macros/minutiae/fragment-specifiers.md b/src/decl-macros/minutiae/fragment-specifiers.md index 1fa12b2..61e9222 100644 --- a/src/decl-macros/minutiae/fragment-specifiers.md +++ b/src/decl-macros/minutiae/fragment-specifiers.md @@ -41,7 +41,7 @@ blocks! { ## `expr` -The `expr` fragment matches any kind of [expression](https://doc.rust-lang.org/reference/expressions.html) (Rust has a lot of them, given it *is* an expression orientated language). +The `expr` fragment matches any kind of [expression](https://doc.rust-lang.org/reference/expressions.html) (Rust has a lot of them, given it *is* an expression-oriented language). ```rust macro_rules! expressions {