From adbf4a1c9f768bb201527a7e8ae396aac45ef8d2 Mon Sep 17 00:00:00 2001 From: dawidsip Date: Mon, 25 Dec 2023 02:37:16 +0100 Subject: [PATCH] Typo correction in introduction.md Instead of 'moe' now we have 'more "functional"' --- exercises/practice/raindrops/.approaches/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/practice/raindrops/.approaches/introduction.md b/exercises/practice/raindrops/.approaches/introduction.md index 155e02c5bd..e4d5ef7bae 100644 --- a/exercises/practice/raindrops/.approaches/introduction.md +++ b/exercises/practice/raindrops/.approaches/introduction.md @@ -42,7 +42,7 @@ For more information, check the [`Aggregate` approach][approach-aggregate]. ## Which approach to use? -Although the `Aggregate` approach may be considered moe "functional", it is about three times slower than the `if` statements approach. +Although the `Aggregate` approach may be considered more "functional", it is about three times slower than the `if` statements approach. [remainder-operator]: https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/operators/arithmetic-operators#remainder-operator- [approach-if-statements]: https://exercism.org/tracks/csharp/exercises/raindrops/approaches/if-statements