Skip to content

Commit

Permalink
Update doc/specs/stdlib_strings.md
Browse files Browse the repository at this point in the history
  • Loading branch information
perazz authored Feb 11, 2025
1 parent e902e5c commit 72e1c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/specs/stdlib_strings.md
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ Pure function

- `strings`: Array of strings (either `type(string_type)` or `character(len=*)`).
This argument is `intent(in)`. It is an array of strings that will be concatenated together.
- `separator`: Character scalar (optional).
- `separator`: `character(len=*)` scalar (optional).
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.

#### Result value
Expand Down

0 comments on commit 72e1c23

Please sign in to comment.