Skip to content

Commit

Permalink
Merge pull request #357 from Flamenco/patch-1
Browse files Browse the repository at this point in the history
Update lib.rs
  • Loading branch information
kevinmehall authored Jul 15, 2023
2 parents a3d2e47 + 676f021 commit c870876
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 @@ -151,7 +151,7 @@
//! ### Repeat ranges
//!
//! The repeat operators `*` and `**` can be followed by an optional range specification of the
//! form `<n>` (exact), `<n,>` (min), `<,m>` (max) or `<n,m>` (range), where `n` and `m` are either
//! form `<n>` (exact), `<n,>` (min-inclusive), `<,m>` (max-inclusive) or `<n,m>` (range-inclusive), where `n` and `m` are either
//! integers, or a Rust `usize` expression enclosed in `{}`.
//!
//! ### Precedence climbing
Expand Down

0 comments on commit c870876

Please sign in to comment.