Skip to content

Commit

Permalink
fix markdown format
Browse files Browse the repository at this point in the history
  • Loading branch information
jp0317 authored Jan 10, 2025
1 parent 974c4e5 commit ae9a743
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 @@ -95,7 +95,7 @@ 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
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 ae9a743

Please sign in to comment.