Update ruby/ql/lib/codeql/ruby/frameworks/Files.qll

Co-authored-by: Harry Maclean <hmac@github.com>
This commit is contained in:
Alex Ford
2021-11-18 14:18:39 +00:00
committed by GitHub
parent 9a74f18ac5
commit bd940712de

View File

@@ -135,7 +135,7 @@ module IO {
/**
* A `DataFlow::CallNode` that reads data from the filesystem using the `IO`
* or `File` classes. For example, the `IO.read call in:
* or `File` classes. For example, the `IO.read` call in:
*
* ```rb
* IO.read("foo.txt")