Skip to content

Commit f039f94

Browse files
committed
Typo fix
1 parent 4482ed2 commit f039f94

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)