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 {
188188 */
189189module 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 ( ) {
You can’t perform that action at this time.
0 commit comments