Improve assert() docstring

This commit is contained in:
Moritz Brückner 2021-08-27 14:34:59 +02:00
parent 4b75a896d6
commit a6b67e4e00

View file

@ -12,8 +12,8 @@ class Assert {
/**
Checks whether the given expression evaluates to true. If this is not
the case, an `ArmAssertionException` with additional information is
thrown.
the case, an `ArmAssertionException` is thrown or a warning is printed
(depending on the assertion level).
The assert level describes the severity of the assertion. If the
severity is lower than the level stored in the `arm_assert_level` flag,