Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2d68743

Browse files
authored
Update README.md
Fixed a typo. Remaider to Remainder.
1 parentd72f889 commit2d68743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ From **Highest** to **Lowest** precedence:
249249
| Operators| Operation| Example|
250250
| ---------| ----------------| ---------------|
251251
|**| Exponent|`2 ** 3 = 8`|
252-
| %| Modulus/Remaider|`22 % 8 = 6`|
252+
| %| Modulus/Remainder|`22 % 8 = 6`|
253253
| //| Integer division|`22 // 8 = 2`|
254254
| /| Division|`22 / 8 = 2.75`|
255255
| *| Multiplication|`3 * 3 = 9`|

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp