Skip to content

Commit 696af49

Browse files
aman-godarajvdp1
andauthored
narrowed imports to string_type, to_title and to_sentence
Co-authored-by: Jeremie Vandenplas <[email protected]>
1 parent c85eb1a commit 696af49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/specs/stdlib_string_type.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1254,7 +1254,7 @@ The result is a scalar `string_type` value.
12541254

12551255
```fortran
12561256
program demo_to_title
1257-
use stdlib_string_type
1257+
use stdlib_string_type, only: string_type, to_title
12581258
implicit none
12591259
type(string_type) :: string, titlecase_string
12601260
@@ -1302,7 +1302,7 @@ The result is a scalar `string_type` value.
13021302

13031303
```fortran
13041304
program demo_to_sentence
1305-
use stdlib_string_type
1305+
use stdlib_string_type, only: string_type, to_sentence
13061306
implicit none
13071307
type(string_type) :: string, sentencecase_string
13081308

0 commit comments

Comments
 (0)