File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
ql/lib/codeql/ruby/frameworks Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ private string ioFileReaderMethodName(boolean classMethodCall) {
73
73
}
74
74
75
75
/**
76
- * Classes and predicates for modelling the core `IO` module.
76
+ * Classes and predicates for modeling the core `IO` module.
77
77
*/
78
78
module IO {
79
79
/**
@@ -184,7 +184,7 @@ module IO {
184
184
}
185
185
186
186
/**
187
- * Classes and predicates for modelling the core `File` module.
187
+ * Classes and predicates for modeling the core `File` module.
188
188
*
189
189
* Because `File` is a subclass of `IO`, all `FileInstance`s and
190
190
* `FileModuleReader`s are also `IOInstance`s and `IOModuleReader`s
@@ -219,7 +219,7 @@ module File {
219
219
}
220
220
221
221
/**
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.
223
223
*/
224
224
class FileModuleFilenameSource extends FileNameSource , DataFlow:: CallNode {
225
225
FileModuleFilenameSource ( ) {
@@ -259,7 +259,7 @@ module File {
259
259
}
260
260
261
261
/**
262
- * Classes and predicates for modelling the `FileUtils` module from the standard
262
+ * Classes and predicates for modeling the `FileUtils` module from the standard
263
263
* library.
264
264
*/
265
265
module FileUtils {
You can’t perform that action at this time.
0 commit comments