From 4fc0ead48c84038ba585e5a5e7ad0824057203ad Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Sun, 9 Nov 2025 19:39:11 +0200 Subject: [PATCH] typo --- src/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/contributing.md b/src/contributing.md index b8614e5a9..e30819ebc 100644 --- a/src/contributing.md +++ b/src/contributing.md @@ -28,7 +28,7 @@ conditions that trigger the bug, or part of the error message if there is any. An example could be: **"impossible case reached" on lifetime inference for impl Trait in return position**. -Opening an issue is as easy as following [thi link][create an issue] and filling out the fields +Opening an issue is as easy as following [this link][create an issue] and filling out the fields in the appropriate provided template. ## Bug fixes or "normal" code changes