spelling: precondition

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2022-10-20 08:11:36 -04:00
parent ff1b3208ae
commit 485543c2b5
2 changed files with 2 additions and 2 deletions

View File

@@ -247,7 +247,7 @@ Added a flow step for `String.valueOf` calls on tainted `android.text.Editable`
### Minor Analysis Improvements
* Added guard preconditon support for assertion methods for popular testing libraries (e.g. Junit 4, Junit 5, TestNG).
* Added guard precondition support for assertion methods for popular testing libraries (e.g. Junit 4, Junit 5, TestNG).
## 0.0.13

View File

@@ -11,4 +11,4 @@
### Minor Analysis Improvements
* Added guard preconditon support for assertion methods for popular testing libraries (e.g. Junit 4, Junit 5, TestNG).
* Added guard precondition support for assertion methods for popular testing libraries (e.g. Junit 4, Junit 5, TestNG).