Skip to content

Commit aec3691

Browse files
jvdp114NGiestas
andauthored
Update test/example/strings/demo_padr.f90
Co-authored-by: Ian Giestas Pauli <[email protected]>
1 parent c3ca0c8 commit aec3691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/example/strings/demo_padr.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ program demo_padr
22
use stdlib_string_type, only: string_type, assignment(=)
33
use stdlib_strings, only: padr
44
implicit none
5-
string_type :: string
5+
type(string_type) :: string
66

77
string = "right pad this string"
88
! string <-- "right pad this string"

0 commit comments

Comments
 (0)