Skip to content

Commit 8f0a986

Browse files
author
Vandenplas, Jeremie
committed
change format in example_ends_with
1 parent fd8e2b0 commit 8f0a986

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/strings/example_ends_with.f90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
program example_ends_with
22
use stdlib_strings, only: ends_with
33
implicit none
4-
print'(a)', ends_with("pattern", "ern") ! T
5-
print'(a)', ends_with("pattern", "pat") ! F
4+
print'(l)', ends_with("pattern", "ern") ! T
5+
print'(l)', ends_with("pattern", "pat") ! F
66
end program example_ends_with

0 commit comments

Comments
 (0)