From 5b48b03375e11421490d23a7ea36ef05181e3842 Mon Sep 17 00:00:00 2001 From: Oliver Schneider Date: Mon, 5 Mar 2018 08:33:37 +0100 Subject: [PATCH] Typo --- tests/ui/redundant_field_names.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ui/redundant_field_names.rs b/tests/ui/redundant_field_names.rs index 4ffd0e4cc62..8a17ab0c9b6 100644 --- a/tests/ui/redundant_field_names.rs +++ b/tests/ui/redundant_field_names.rs @@ -39,7 +39,7 @@ fn main() { let _ = ..=end; let _ = start..=end; - // TODO: the followings shoule be linted + // TODO: the following should be linted let _ = ::std::ops::RangeFrom { start: start }; let _ = ::std::ops::RangeTo { end: end }; let _ = ::std::ops::Range { start: start, end: end }; -- 2.44.0