mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 14:00:21 +02:00
Fix typos in 'string-join' docs: 'string-infix' -> 'strict-infix'.
* doc/ref/api-data.texi (String Constructors): In definition of 'string-join', change 'string-infix' -> 'strict-infix'. * libguile/srfi-13.c (scm_string_join): In docstring, change 'string-infix' -> 'strict-infix'.
This commit is contained in:
parent
47f2bce5ae
commit
3b80c35852
2 changed files with 2 additions and 2 deletions
|
@ -3148,7 +3148,7 @@ placed between the strings, and defaults to the symbol
|
|||
@item infix
|
||||
Insert the separator between list elements. An empty string
|
||||
will produce an empty list.
|
||||
@item string-infix
|
||||
@item strict-infix
|
||||
Like @code{infix}, but will raise an error if given the empty
|
||||
list.
|
||||
@item suffix
|
||||
|
|
|
@ -384,7 +384,7 @@ SCM_DEFINE (scm_string_join, "string-join", 1, 2, 0,
|
|||
"@item infix\n"
|
||||
"Insert the separator between list elements. An empty string\n"
|
||||
"will produce an empty list.\n"
|
||||
"@item string-infix\n"
|
||||
"@item strict-infix\n"
|
||||
"Like @code{infix}, but will raise an error if given the empty\n"
|
||||
"list.\n"
|
||||
"@item suffix\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue