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

@@ -11,7 +11,7 @@
* select sink, source, sink, "$@", source, source.toString()
* ```
*
* 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.rb
* ```rb
* s = source(1)