leptos-rs / book

The home for the Leptos book, which can be found deployed at https://book.leptos.dev
MIT License
59 stars 58 forks source link

pedantic change in 07_errors.md #75

Closed SimonDeRidder closed 4 months ago

SimonDeRidder commented 4 months ago

Clarify Some(T) for Option is the equivalent of Ok(T) for Results

gbj commented 4 months ago

Yep clearly a good idea, thanks.