We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e383373 commit 6d8f1c3Copy full SHA for 6d8f1c3
1 file changed
core/string.rbs
@@ -5248,7 +5248,7 @@ class String
5248
# Related: see [Converting to New
5249
# String](rdoc-ref:String@Converting+to+New+String).
5250
#
5251
- def tr: (selector source, string relpacement) -> String
+ def tr: (selector source, string replacement) -> String
5252
5253
# <!--
5254
# rdoc-file=string.c
@@ -5261,7 +5261,7 @@ class String
5261
5262
# Related: [Modifying](rdoc-ref:String@Modifying).
5263
5264
- def tr!: (selector source, string relpacement) -> self?
+ def tr!: (selector source, string replacement) -> self?
5265
5266
5267
0 commit comments