Skip to content

Commit

Permalink
remove redundant word
Browse files Browse the repository at this point in the history
  • Loading branch information
jp0317 authored Jan 10, 2025
1 parent 907a43d commit 974c4e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ In general, use panics for bad states that are unreachable, unrecoverable or har
For those caused by invalid user input, however, we prefer to report that invalidity
gracefully as an error result instead of panicking. In general, invalid input should result
in an `Error` as soon as possible. It *is* ok for code paths after validation to assume validation has
already occurred and and panic if not. See [this ticket] for more nuances.
already occurred and panic if not. See [this ticket] for more nuances.

[this ticket]: https://github.com/apache/arrow-rs/issues/6737

Expand Down

0 comments on commit 974c4e5

Please sign in to comment.