From 0f8e09873705709289ef01b6109c55fcda871dbd Mon Sep 17 00:00:00 2001 From: yourname Date: Tue, 21 Sep 2021 16:43:44 +0800 Subject: [PATCH] feat(quiz1): add default function name in comment (#838) --- exercises/quiz1.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/quiz1.rs b/exercises/quiz1.rs index 3af1293d94..b13b928401 100644 --- a/exercises/quiz1.rs +++ b/exercises/quiz1.rs @@ -10,7 +10,7 @@ // I AM NOT DONE // Put your function here! -// fn ..... { +// fn calculate_apple_price { // Don't modify this function! #[test]