From 8476a1b720bd7e45066627bec4cc84b62c167770 Mon Sep 17 00:00:00 2001 From: habere-et-dispertire Date: Thu, 9 Dec 2021 00:58:26 +0000 Subject: [PATCH] [Typo] => Here are three variants of a function: --- essentials/more-on-functions/multi-functions/quiz3/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }