We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c85eb1a commit 696af49Copy full SHA for 696af49
doc/specs/stdlib_string_type.md
@@ -1254,7 +1254,7 @@ The result is a scalar `string_type` value.
1254
1255
```fortran
1256
program demo_to_title
1257
- use stdlib_string_type
+ use stdlib_string_type, only: string_type, to_title
1258
implicit none
1259
type(string_type) :: string, titlecase_string
1260
@@ -1302,7 +1302,7 @@ The result is a scalar `string_type` value.
1302
1303
1304
program demo_to_sentence
1305
+ use stdlib_string_type, only: string_type, to_sentence
1306
1307
type(string_type) :: string, sentencecase_string
1308
0 commit comments