Skip to content

Commit

Permalink
Typo correction in introduction.md (#2206)
Browse files Browse the repository at this point in the history
Instead of 'moe' now we have 'more "functional"'
  • Loading branch information
dawidsip authored Jan 2, 2024
1 parent 4935edf commit f0c6d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/practice/raindrops/.approaches/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f0c6d2e

Please sign in to comment.