Skip to content

Commit 07f7cbd

Browse files
authored
Update src/stdlib_logger.f90
1 parent e0bcedc commit 07f7cbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_logger.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1031,7 +1031,7 @@ subroutine log_text_error( self, line, column, summary, filename, &
10311031
line_number, caret, stat )
10321032
!! version: experimental
10331033

1034-
!! `log_text_error` sends a message to `self % log_units` describing an error found
1034+
!! Sends a message to `self % log_units` describing an error found
10351035
!! in a line of text.
10361036
!!
10371037
!!##### Behavior

0 commit comments

Comments
 (0)