[DOC] Fix missing colons in String
This commit is contained in:
parent
bd7bc9e2ba
commit
88723dd5a5
@ -164,8 +164,8 @@
|
|||||||
# These instance methods make use of slicing:
|
# These instance methods make use of slicing:
|
||||||
#
|
#
|
||||||
# - String#[] (aliased as String#slice): returns a slice copied from +self+.
|
# - String#[] (aliased as String#slice): returns a slice copied from +self+.
|
||||||
# - String#[]= returns a copy of +self+ with a slice replaced.
|
# - String#[]=: returns a copy of +self+ with a slice replaced.
|
||||||
# - String#slice! returns +self+ with a slice removed.
|
# - String#slice!: returns +self+ with a slice removed.
|
||||||
#
|
#
|
||||||
# Each of the above methods takes arguments that determine the slice
|
# Each of the above methods takes arguments that determine the slice
|
||||||
# to be copied or replaced.
|
# to be copied or replaced.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user