From 3f9fc21618f28f99e094d387049b3cd888b608ae Mon Sep 17 00:00:00 2001 From: LukeMathWalker <20745048+LukeMathWalker@users.noreply.github.com> Date: Tue, 14 May 2024 11:18:04 +0200 Subject: [PATCH] Typo. --- book/src/05_ticket_v2/14_source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/05_ticket_v2/14_source.md b/book/src/05_ticket_v2/14_source.md index 428a428..40ed9d1 100644 --- a/book/src/05_ticket_v2/14_source.md +++ b/book/src/05_ticket_v2/14_source.md @@ -62,7 +62,7 @@ Don't worry too much about either of these concepts for now. We'll cover them in ## Implementing `source` using `thiserror` -`thiserror` provides two ways to automatically implement `source` for your error types: +`thiserror` provides three ways to automatically implement `source` for your error types: - A field named `source` will automatically be used as the source of the error. ```rust -- 2.45.2