Skip to content

Commit 3066e39

Browse files
committed
update specs
1 parent d38d615 commit 3066e39

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/specs/stdlib_string_type.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1537,7 +1537,8 @@ Pure subroutine (Elemental subroutine, only when both `from` and `to` are `type(
15371537
- `from`: Character scalar or [[stdlib_string_type(module):string_type(type)]].
15381538
This argument is `intent(inout)`.
15391539
- `to`: Character scalar or [[stdlib_string_type(module):string_type(type)]].
1540-
This argument is `intent(out)`.
1540+
This argument is `intent(inout)` when both `from` and `to` are `type(string_type)`,
1541+
otherwise `intent(out)`.
15411542

15421543
#### Example
15431544

0 commit comments

Comments
 (0)