Skip to content

Commit 098cea9

Browse files
committed
Minor typo fix
1 parent 955a9cb commit 098cea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/builtin.rbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ end
99
# A type that's convertible to a `Rational`.
1010
#
1111
interface _ToR
12-
# Convert `self` to a `Complex`.
12+
# Convert `self` to a `Rational`.
1313
#
1414
def to_r: () -> Rational
1515
end

0 commit comments

Comments
 (0)