Skip to content

Commit 639c391

Browse files
authored
Update doc/specs/stdlib_logger.md
1 parent 5fd7fc4 commit 639c391

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/specs/stdlib_logger.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,9 +381,9 @@ Pure subroutine
381381

382382
```fortran
383383
program demo_configure
384-
use stdlib_logger, only: global => global_logger
384+
use stdlib_logger, only: global => global_logger
385385
386-
call global % configure( indent=.false., max_width=72 )
386+
call global % configure( indent=.false., max_width=72 )
387387
388388
end program demo_configure
389389
```

0 commit comments

Comments
 (0)