fixed typo

This commit is contained in:
BertrandBev 2021-07-21 09:18:14 +02:00
parent 8e313cffaa
commit b88fff0ab8

View File

@ -1,5 +1,5 @@
// tests3.rs // 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 // 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)`. // we expect to get when we call `is_even(5)`.
// Execute `rustlings hint tests3` for hints :) // Execute `rustlings hint tests3` for hints :)