We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a508144 commit 768356fCopy full SHA for 768356f
doc/specs/stdlib_strings.md
@@ -315,7 +315,7 @@ The result is a scalar of integer type or integer array of rank equal to the hig
315
316
```fortran
317
program demo_find
318
- use stdlib_string_type
+ use stdlib_string_type, only: string_type, assignment(=)
319
use stdlib_strings, only : find
320
implicit none
321
string_type :: string
0 commit comments