From 15aa85f7528c904dc7cf03f149c86f4915824801 Mon Sep 17 00:00:00 2001 From: Falco Hirschenberger Date: Fri, 11 Oct 2024 15:36:48 +0200 Subject: [PATCH] Fix typo Co-authored-by: David Wood --- tests/ui/range/missleading-field-access-hint.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ui/range/missleading-field-access-hint.rs b/tests/ui/range/missleading-field-access-hint.rs index 76ca7c4c8759..1be82600531a 100644 --- a/tests/ui/range/missleading-field-access-hint.rs +++ b/tests/ui/range/missleading-field-access-hint.rs @@ -1,4 +1,4 @@ -// Check if rustc still displays the missleading hint to write `.` instead of `..` +// Check if rustc still displays the misleading hint to write `.` instead of `..` //@ check-fail fn main() { let width = 10;