File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
ruby/ql/lib/codeql/ruby/frameworks Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ module FileUtils {
188
188
*/
189
189
module Dir {
190
190
/**
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.
192
192
* Considered as a `FileNameSource` and a `FileSystemAccess`.
193
193
*/
194
194
class DirGlob extends FileSystemAccess:: Range , FileNameSource instanceof DataFlow:: CallNode {
@@ -202,7 +202,7 @@ module Dir {
202
202
}
203
203
204
204
/**
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`.
206
206
*/
207
207
class DirPathAccess extends FileSystemAccess:: Range , DataFlow:: CallNode {
208
208
DirPathAccess ( ) {
You can’t perform that action at this time.
0 commit comments