Skip to content

Commit 61af3f1

Browse files
authored
Merge pull request #2687 from sampersand/sampersand/2025-10-24/typo-fix
Typo fix
2 parents 86254fd + f039f94 commit 61af3f1

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
@@ -58,7 +58,7 @@ end
5858
#
5959
# Implicit `.to_str` conversions are usable all over Ruby's stdlib, such as `Kernel#abort`,
6060
# `String#+`, and `Object#send`. Virtually anywhere that accepts a `String` will also accept
61-
# something that defines `.to_Str`.
61+
# something that defines `.to_str`.
6262
#
6363
# Types that define `.to_str` are also usable wherever paths are expected (See the `path` type
6464
# alias).

0 commit comments

Comments
 (0)