File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
ql/lib/codeql/ruby/frameworks/core Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ struct Visitor<'a> {
216
216
schema : & ' a NodeTypeMap ,
217
217
/// A stack for gathering information from child nodes. Whenever a node is
218
218
/// entered the parent's [Label], child counter, and an empty list is pushed.
219
- /// All children append their data to the the list. When the visitor leaves a
219
+ /// All children append their data to the list. When the visitor leaves a
220
220
/// node the list containing the child data is popped from the stack and
221
221
/// matched against the dbscheme for the node. If the expectations are met
222
222
/// the corresponding row definitions are added to the trap_output.
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ module IO {
95
95
* popen([env,] cmd, mode="r" [, opt]) -> io
96
96
* popen([env,] cmd, mode="r" [, opt]) {|io| block } -> obj
97
97
* ```
98
- * `IO.popen` does different things based on the the value of `cmd`:
98
+ * `IO.popen` does different things based on the value of `cmd`:
99
99
* ```
100
100
* "-" : fork
101
101
* commandline : command line string which is passed to a shell
You can’t perform that action at this time.
0 commit comments