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> {
216216 schema : & ' a NodeTypeMap ,
217217 /// A stack for gathering information from child nodes. Whenever a node is
218218 /// 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
220220 /// node the list containing the child data is popped from the stack and
221221 /// matched against the dbscheme for the node. If the expectations are met
222222 /// 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 {
9595 * popen([env,] cmd, mode="r" [, opt]) -> io
9696 * popen([env,] cmd, mode="r" [, opt]) {|io| block } -> obj
9797 * ```
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`:
9999 * ```
100100 * "-" : fork
101101 * commandline : command line string which is passed to a shell
You can’t perform that action at this time.
0 commit comments