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) {
7373}
7474
7575/**
76- * Classes and predicates for modelling the core `IO` module.
76+ * Classes and predicates for modeling the core `IO` module.
7777 */
7878module 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 */
265265module FileUtils {
You can’t perform that action at this time.
0 commit comments