From b88fff0ab859bab5fdb813045509a75eba36eba0 Mon Sep 17 00:00:00 2001 From: BertrandBev Date: Wed, 21 Jul 2021 09:18:14 +0200 Subject: [PATCH] fixed typo --- exercises/tests/tests3.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/tests/tests3.rs b/exercises/tests/tests3.rs index 3424f940..976eca24 100644 --- a/exercises/tests/tests3.rs +++ b/exercises/tests/tests3.rs @@ -1,5 +1,5 @@ // tests3.rs -// This test isn't testing our function -- make it do that in such a way that +// This test isn't testing our function -- make it does that in such a way that // the test passes. Then write a second test that tests whether we get the result // we expect to get when we call `is_even(5)`. // Execute `rustlings hint tests3` for hints :)