Skip to content

Commit b37b5d9

Browse files
committed
Update documentation
1 parent 98f86c5 commit b37b5d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ preprocessor ASSERTIONS to non-zero, eg:
3535
```
3636
fpm build --flag "-DASSERTIONS"
3737
```
38-
The program [example/invoke-via-macro.F90] demonstrates the preferred way to invoke the `assert` subroutine via the three provided macros.
39-
Invoking `assert` this way insures that `assert` invocations will be completely removed whenever the `ASSERTIONS` macro is undefined (or defined to zero) during compilation.
38+
The program [example/invoke-via-macro.F90] demonstrates the preferred way to invoke assertions via the three provided macros.
39+
Invoking assertions this way ensures such calls will be completely removed whenever the `ASSERTIONS` macro is undefined (or defined to zero) during compilation.
4040
Due to a limitation of `fpm`, this approach works best if the project using Assert is also a `fpm` project.
4141
If instead `fpm install` is used, then either the user must copy `include/assert_macros.h` to the installation directory (default: `~/.local/include`) or
4242
the user must invoke `assert` directly (via `call assert(...)`).

0 commit comments

Comments
 (0)