From fb7c0470c320493f1892133166ad97921684dcb5 Mon Sep 17 00:00:00 2001 From: habere-et-dispertire Date: Tue, 7 Dec 2021 17:09:50 +0000 Subject: [PATCH] [Typo] Interval function => Piecewise function The standard mathematical term for this kind of function is: piecewise. --- essentials/functions/exercises/interval-function/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/essentials/functions/exercises/interval-function/index.md b/essentials/functions/exercises/interval-function/index.md index 96e7e3c0b..3ca21f37d 100644 --- a/essentials/functions/exercises/interval-function/index.md +++ b/essentials/functions/exercises/interval-function/index.md @@ -1,5 +1,5 @@ --- -title: 'Exercise: Interval function' +title: 'Exercise: Piecewise function' --- {% include menu.html %}