From e8da7a3de08edfb39e6620e67e80387b4ae77e4c Mon Sep 17 00:00:00 2001 From: JHenneberg Date: Tue, 31 Aug 2021 15:43:26 +0200 Subject: [PATCH] fixed small typo --- doc/specs/stdlib_error.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/specs/stdlib_error.md b/doc/specs/stdlib_error.md index 5629a32e9..08da56c85 100644 --- a/doc/specs/stdlib_error.md +++ b/doc/specs/stdlib_error.md @@ -33,7 +33,7 @@ Checks the value of a logical condition. ### Return value -If `condition` is `.false`., and: +If `condition` is `.false.`, and: * no other arguments are provided, this subroutine stops the program with the default message and exit code 1;