Skip to content

Commit f0c6d2e

Browse files
authored
Typo correction in introduction.md (#2206)
Instead of 'moe' now we have 'more "functional"'
1 parent 4935edf commit f0c6d2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/practice/raindrops/.approaches/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ For more information, check the [`Aggregate` approach][approach-aggregate].
4242

4343
## Which approach to use?
4444

45-
Although the `Aggregate` approach may be considered moe "functional", it is about three times slower than the `if` statements approach.
45+
Although the `Aggregate` approach may be considered more "functional", it is about three times slower than the `if` statements approach.
4646

4747
[remainder-operator]: https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/operators/arithmetic-operators#remainder-operator-
4848
[approach-if-statements]: https://exercism.org/tracks/csharp/exercises/raindrops/approaches/if-statements

0 commit comments

Comments
 (0)