Skip to content

Commit 1e4fdfd

Browse files
Rename 'Modular Arithmetic' to 'Modulus' approach
1 parent 227b412 commit 1e4fdfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class RaindropConverter {
5454

5555
For more information, check the [`Map` approach][approach-map].
5656

57-
## Approach: `Modular Arithmetic`
57+
## Approach: `Modulus`
5858

5959
```java
6060
import java.math.BigInteger;

0 commit comments

Comments
 (0)