Fix typo in spelling of expectation

This commit is contained in:
Jeroen Ketema
2023-06-02 10:36:11 +02:00
parent 4497aa5eb1
commit 7b17b92aca
5 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@
* import TestUtilities.InlineFlowTest
* ```
*
* To declare expecations, you can use the $hasTaintFlow or $hasValueFlow comments within the test source files.
* To declare expectations, you can use the $hasTaintFlow or $hasValueFlow comments within the test source files.
* Example of the corresponding test file, e.g. Test.java
* ```java
* public class Test {