Skip to content

Commit 72e1c23

Browse files
authored
Update doc/specs/stdlib_strings.md
1 parent e902e5c commit 72e1c23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/specs/stdlib_strings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ Pure function
484484

485485
- `strings`: Array of strings (either `type(string_type)` or `character(len=*)`).
486486
This argument is `intent(in)`. It is an array of strings that will be concatenated together.
487-
- `separator`: Character scalar (optional).
487+
- `separator`: `character(len=*)` scalar (optional).
488488
This argument is `intent(in)`. It specifies the separator to be used between the strings. If not provided, the default separator (a space) is used.
489489

490490
#### Result value

0 commit comments

Comments
 (0)