We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 288ed4b commit 170577cCopy full SHA for 170577c
doc/specs/stdlib_string_type.md
@@ -40,7 +40,7 @@ used in a pure way.
40
41
#### Description
42
43
-The module defines a default constructor to create an empty string type.
+The module defines a constructor to create an empty string type.
44
45
Creates a string instance representing an empty string.
46
@@ -82,8 +82,7 @@ end program demo
82
83
84
85
-The module defines a default constructor to create a string type
86
-from a character scalar.
+The module defines a constructor to create a string type from a character scalar.
87
88
Creates a string instance representing the input character scalar value.
89
The constructor shall create an empty string if an unallocated deferred-length
0 commit comments