Skip to content

Commit fb80f84

Browse files
committed
[DOC] Fix formatting in docs for String#[]=
1 parent 33837ab commit fb80f84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/string/aset.rdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ searches for a substring of size +length+ characters (as available)
4242
beginning at character offset specified by +start+.
4343

4444
If argument +start+ is non-negative,
45-
the offset is +start':
45+
the offset is +start+:
4646

4747
s = 'hello'
4848
s[0, 1] = 'foo' # => "foo"

0 commit comments

Comments
 (0)