From ced341f9055460dc31fedb925875b293b9c70e52 Mon Sep 17 00:00:00 2001 From: Kevin Lu Date: Wed, 15 Jan 2025 22:29:09 -0800 Subject: [PATCH] Update errors5.rs --- exercises/13_error_handling/errors5.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/13_error_handling/errors5.rs b/exercises/13_error_handling/errors5.rs index 57218351..051c4059 100644 --- a/exercises/13_error_handling/errors5.rs +++ b/exercises/13_error_handling/errors5.rs @@ -1,4 +1,4 @@ -// This exercise is an altered version of the `errors4` exercise. It uses some +// This exercise is an altered version of the `errors3` exercise. It uses some // concepts that we won't get to until later in the course, like `Box` and the // `From` trait. It's not important to understand them in detail right now, but // you can read ahead if you like. For now, think of the `Box` type as