Skip to content

Commit

Permalink
Omit "respectively"
Browse files Browse the repository at this point in the history
  • Loading branch information
benfrankel committed Aug 18, 2024
1 parent 672f42f commit 09a9286
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This crate provides six macro variants:
[`or_continue!`](https://docs.rs/tiny_bail/latest/tiny_bail/macro.or_continue.html),
[`or_continue_quiet!`](https://docs.rs/tiny_bail/latest/tiny_bail/macro.or_continue_quiet.html),
[`or_break!`](https://docs.rs/tiny_bail/latest/tiny_bail/macro.or_break.html), and
[`or_break_quiet!`](https://docs.rs/tiny_bail/latest/tiny_bail/macro.or_break_quiet.html), respectively.
[`or_break_quiet!`](https://docs.rs/tiny_bail/latest/tiny_bail/macro.or_break_quiet.html).

```rust
use tiny_bail::prelude::*;
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
//! [`or_continue!`],
//! [`or_continue_quiet!`],
//! [`or_break!`], and
//! [`or_break_quiet!`], respectively.
//! [`or_break_quiet!`].
//!
//! ```rust
//! use tiny_bail::prelude::*;
Expand Down

0 comments on commit 09a9286

Please sign in to comment.