diff options
author | Burdette Lamar <[email protected]> | 2022-07-13 10:44:22 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2022-07-13 10:44:22 -0500 |
commit | 081bd061a8c0109fac91210b0f3689384df6fc61 (patch) | |
tree | 7409ad31029c9640d72b09dfed2d3a6096e66836 /string.c | |
parent | d5c5fcb80a432e2078139c460230dc7952216c35 (diff) |
[DOC] Correct call-seq directive in string.c (#6131)
Correct call-seq directive in string.c
Notes
Notes:
Merged-By: BurdetteLamar <[email protected]>
Diffstat (limited to 'string.c')
-rw-r--r-- | string.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8613,7 +8613,7 @@ literal_split_pattern(VALUE spat, split_type_t default_type) } /* - * :call-seq: + * call-seq: * split(field_sep = $;, limit = nil) -> array * split(field_sep = $;, limit = nil) {|substring| ... } -> self * |