Skip to content

Commit 8b4d2a5

Browse files
authored
[DIC] Fix typo in documentation
1 parent 6778d32 commit 8b4d2a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

numeric.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -667,9 +667,9 @@ num_div(VALUE x, VALUE y)
667667
*
668668
* For \Rational +r+ and real number +n+, these expressions are equivalent:
669669
*
670-
* c % n
671-
* c-n*(c/n).floor
672-
* c.divmod(n)[1]
670+
* r % n
671+
* r-n*(r/n).floor
672+
* r.divmod(n)[1]
673673
*
674674
* See Numeric#divmod.
675675
*

0 commit comments

Comments
 (0)