Skip to content

Commit 669b0c3

Browse files
erik-kroghnickrolfe
andcommitted
fix qldoc
Co-authored-by: Nick Rolfe <[email protected]>
1 parent 85cd7f9 commit 669b0c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ module FileUtils {
188188
*/
189189
module Dir {
190190
/**
191-
* A call methods on `Dir` that operates on a path as it's first argument, and produces file-names.
191+
* A call to a method on `Dir` that operates on a path as its first argument, and produces file-names.
192192
* Considered as a `FileNameSource` and a `FileSystemAccess`.
193193
*/
194194
class DirGlob extends FileSystemAccess::Range, FileNameSource instanceof DataFlow::CallNode {
@@ -202,7 +202,7 @@ module Dir {
202202
}
203203

204204
/**
205-
* A call to a method in `Dir` which operates on a path as it's first argument, considered as a `FileSystemAccess`.
205+
* A call to a method on `Dir` that operates on a path as its first argument, considered as a `FileSystemAccess`.
206206
*/
207207
class DirPathAccess extends FileSystemAccess::Range, DataFlow::CallNode {
208208
DirPathAccess() {

0 commit comments

Comments
 (0)