Skip to content

Commit 11bddb4

Browse files
authored
Merge pull request #2676 from sampersand/sampersand/2025-10-07/fix-typo
Minor typo fix
2 parents b6d92e5 + 11bb41b commit 11bddb4

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)