diff --git a/essentials/more-on-functions/multi-functions/quiz3/index.md b/essentials/more-on-functions/multi-functions/quiz3/index.md index 29065b5a6..cc56e5f1e 100644 --- a/essentials/more-on-functions/multi-functions/quiz3/index.md +++ b/essentials/more-on-functions/multi-functions/quiz3/index.md @@ -4,7 +4,7 @@ title: Quiz 2 — Multi-functions with typed parameters {% include menu.html %} -Here are the three variants of the function. +Here are three variants of a function: ```raku multi sub func(Int $a) { 1 }