Skip to content

Commit

Permalink
fix markdown format
Browse files Browse the repository at this point in the history
  • Loading branch information
jp0317 authored and jp0317 committed Jan 10, 2025
1 parent 974c4e5 commit b7f3629
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ Planned Release Schedule
In general, use panics for bad states that are unreachable, unrecoverable or harmful.
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 panic if not. See [this ticket] for more nuances.
in an `Error` as soon as possible. It *is* ok for code paths after validation to assume
validation has 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 b7f3629

Please sign in to comment.