Merge pull request #13353 from jketema/expecation

Fix typo in spelling of expectation
This commit is contained in:
Jeroen Ketema
2023-06-02 12:29:49 +02:00
committed by GitHub
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 {