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.
2 parents 86254fd + f039f94 commit 61af3f1Copy full SHA for 61af3f1
core/builtin.rbs
@@ -58,7 +58,7 @@ end
58
#
59
# Implicit `.to_str` conversions are usable all over Ruby's stdlib, such as `Kernel#abort`,
60
# `String#+`, and `Object#send`. Virtually anywhere that accepts a `String` will also accept
61
-# something that defines `.to_Str`.
+# something that defines `.to_str`.
62
63
# Types that define `.to_str` are also usable wherever paths are expected (See the `path` type
64
# alias).
0 commit comments