Skip to content

Commit

Permalink
Merge branch 'string_utilities' of https://github.com/perazz/stdlib i…
Browse files Browse the repository at this point in the history
…nto string_utilities
  • Loading branch information
perazz committed Feb 11, 2025
2 parents 23e535b + 72e1c23 commit 6335dc0
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 6335dc0

Please sign in to comment.