Skip to content

Commit

Permalink
Update SUMMARY.md
Browse files Browse the repository at this point in the history
  • Loading branch information
beling authored Dec 27, 2024
1 parent 1ea6c79 commit b3cef7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

- [Obsługa błędów](ch09-00-error-handling.md)
- [Nieodwracalne Błędy z `panic!`](ch09-01-unrecoverable-errors-with-panic.md)
- [Odwracalne Errors with `Result`](ch09-02-recoverable-errors-with-result.md)
- [Odwracalne Błędy z `Result`](ch09-02-recoverable-errors-with-result.md)
- [To `panic!` or Not to `panic!`](ch09-03-to-panic-or-not-to-panic.md)

- [Generic Types, Traits, and Lifetimes](ch10-00-generics.md)
Expand Down

0 comments on commit b3cef7e

Please sign in to comment.