Skip to content

Commit

Permalink
[DOC] Correct call-seq directive in string.c (#6131)
Browse files Browse the repository at this point in the history
Correct call-seq directive in string.c
  • Loading branch information
BurdetteLamar committed Jul 13, 2022
1 parent d5c5fcb commit 081bd06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion string.c
Expand Up @@ -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
*
Expand Down

0 comments on commit 081bd06

Please sign in to comment.