We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 955a9cb commit 098cea9Copy full SHA for 098cea9
core/builtin.rbs
@@ -9,7 +9,7 @@ end
9
# A type that's convertible to a `Rational`.
10
#
11
interface _ToR
12
- # Convert `self` to a `Complex`.
+ # Convert `self` to a `Rational`.
13
14
def to_r: () -> Rational
15
end
0 commit comments