Skip to content

Commit 768356f

Browse files
aman-godarajvdp1
andauthored
added "only" specifier after "use stdlib_string_type"
Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
1 parent a508144 commit 768356f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/specs/stdlib_strings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ The result is a scalar of integer type or integer array of rank equal to the hig
315315

316316
```fortran
317317
program demo_find
318-
use stdlib_string_type
318+
use stdlib_string_type, only: string_type, assignment(=)
319319
use stdlib_strings, only : find
320320
implicit none
321321
string_type :: string

0 commit comments

Comments
 (0)