Skip to content

Commit

Permalink
typo: expression orientated -> expression-oriented
Browse files Browse the repository at this point in the history
  • Loading branch information
correabuscar authored and Veykril committed May 28, 2024
1 parent 14eb2d7 commit 768bafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/decl-macros/minutiae/fragment-specifiers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 768bafb

Please sign in to comment.