We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e0035f commit b8d25e7Copy full SHA for b8d25e7
exercises/concept/magazine-cutout/tests/magazine-cutout.rs
@@ -55,7 +55,7 @@ fn test_case_sensitivity() {
55
56
#[test]
57
#[ignore]
58
-fn test_magzine_has_more_than_words_available_than_needed() {
+fn test_magazine_has_more_words_available_than_needed() {
59
let magazine = "Enough is enough when enough is enough"
60
.split_whitespace()
61
.collect::<Vec<&str>>();
0 commit comments