From 7e16e7721ae22c39dc349cfa72d0ede83f8af2f5 Mon Sep 17 00:00:00 2001
From: Raymon Roos <raymon.roos@hotmail.com>
Date: Sun, 5 Nov 2023 15:30:47 +0100
Subject: [PATCH] fix(traits3): grammar mistake in the hint for traits3

---
 info.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/info.toml b/info.toml
index 44f344a3..887662ab 100644
--- a/info.toml
+++ b/info.toml
@@ -808,7 +808,7 @@ mode = "test"
 hint = """
 Traits can have a default implementation for functions. Structs that implement
 the trait can then use the default version of these functions if they choose not
-implement the function themselves.
+to implement the function themselves.
 
 See the documentation at: https://doc.rust-lang.org/book/ch10-02-traits.html#default-implementations
 """