Skip to content

Commit 170577c

Browse files
committed
Remove default as attribute from constructor
1 parent 288ed4b commit 170577c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/specs/stdlib_string_type.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ used in a pure way.
4040

4141
#### Description
4242

43-
The module defines a default constructor to create an empty string type.
43+
The module defines a constructor to create an empty string type.
4444

4545
Creates a string instance representing an empty string.
4646

@@ -82,8 +82,7 @@ end program demo
8282

8383
#### Description
8484

85-
The module defines a default constructor to create a string type
86-
from a character scalar.
85+
The module defines a constructor to create a string type from a character scalar.
8786

8887
Creates a string instance representing the input character scalar value.
8988
The constructor shall create an empty string if an unallocated deferred-length

0 commit comments

Comments
 (0)