Skip to content

Commit 0092c02

Browse files
alexrfordnickrolfe
andauthored
Apply suggestions from code review
Co-authored-by: Nick Rolfe <[email protected]>
1 parent 70c2be8 commit 0092c02

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ private string ioFileReaderMethodName(boolean classMethodCall) {
7373
}
7474

7575
/**
76-
* Classes and predicates for modelling the core `IO` module.
76+
* Classes and predicates for modeling the core `IO` module.
7777
*/
7878
module IO {
7979
/**
@@ -184,7 +184,7 @@ module IO {
184184
}
185185

186186
/**
187-
* Classes and predicates for modelling the core `File` module.
187+
* Classes and predicates for modeling the core `File` module.
188188
*
189189
* Because `File` is a subclass of `IO`, all `FileInstance`s and
190190
* `FileModuleReader`s are also `IOInstance`s and `IOModuleReader`s
@@ -219,7 +219,7 @@ module File {
219219
}
220220

221221
/**
222-
* A call to a File method that may return one or more filenames.
222+
* A call to a `File` method that may return one or more filenames.
223223
*/
224224
class FileModuleFilenameSource extends FileNameSource, DataFlow::CallNode {
225225
FileModuleFilenameSource() {
@@ -259,7 +259,7 @@ module File {
259259
}
260260

261261
/**
262-
* Classes and predicates for modelling the `FileUtils` module from the standard
262+
* Classes and predicates for modeling the `FileUtils` module from the standard
263263
* library.
264264
*/
265265
module FileUtils {

0 commit comments

Comments
 (0)