1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-05-29 13:47:36 +02:00

A simple fix in the day (#1927)

This commit is contained in:
Ali Soufali 2024-03-20 19:42:49 +03:30 committed by GitHub
parent e5e33a1159
commit a2924391e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,6 +41,6 @@ fn main() {
worth mentioning. It contains a lot of convenience methods and functions that
help functional-style programming.
- `Result` is the standard type to implement error handling as we will see on
Day 3.
Day 4.
</details>