Skip to content

Commit 3c28a89

Browse files
authored
Merge pull request #1094 from Ryan1729/patch-1
replace refernce to `%` with `modBy`
2 parents 22eefd2 + adb4ce7 commit 3c28a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hints/11.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ If you let their support team know about this error, please give them a link to
99

1010
## Info for Developers
1111

12-
Your application is calling `n % 0` at some point, causing a crash. This may be happening in your code or in a dependency.
12+
Your application is calling `modBy 0 n` at some point, causing a crash. This may be happening in your code or in a dependency.
1313

1414
You can get more detailed information about when this happens if you can reproduce this error in dev mode.
1515

0 commit comments

Comments
 (0)