[DOC] Correct call-seq directive in string.c (#6131)

Correct call-seq directive in string.c
This commit is contained in:
Burdette Lamar 2022-07-13 10:44:22 -05:00 committed by GitHub
parent d5c5fcb80a
commit 081bd061a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
Notes: git 2022-07-14 00:44:49 +09:00
Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com>

View File

@ -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
*