Skip to content

Commit 34b07e9

Browse files
Merge pull request #75 from Ahbar1999/main
fix(rust-patterns-book): typo in ch10 in "See also" section
2 parents b5411ab + 91adfd3 commit 34b07e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust-patterns-book/src/ch10-error-handling-patterns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ match result {
188188
> - `#[from]` auto-generates `From` impls; `.context()` adds human-readable wrappers
189189
> - `?` desugars to `From::from()` + early return; works in `main()` returning `Result`
190190
191-
> **See also:** [Ch 14 — API Design](ch15-crate-architecture-and-api-design.md) for "parse, don't validate" patterns. [Ch 10 — Serialization](ch11-serialization-zero-copy-and-binary-data.md) for serde error handling.
191+
> **See also:** [Ch 14 — API Design](ch15-crate-architecture-and-api-design.md) for "parse, don't validate" patterns. [Ch 11 — Serialization](ch11-serialization-zero-copy-and-binary-data.md) for serde error handling.
192192
193193
```mermaid
194194
flowchart LR

0 commit comments

Comments
 (0)