diff --git a/exercises/tests/tests3.rs b/exercises/tests/tests3.rs index ffd3f5f..8137562 100644 --- a/exercises/tests/tests3.rs +++ b/exercises/tests/tests3.rs @@ -1,6 +1,6 @@ // tests3.rs -// This test isn't testing our function -- make it do that in such a way that -// the test passes, but just replace the ??? +// The tests aren't testing our function -- make it do that in such a way that +// the tests pass, but just replace the ??? // Execute `rustlings hint tests3` for hints :) // I AM NOT DONE