Skip to content

Commit 7055b13

Browse files
committed
spelling: the
Signed-off-by: Josh Soref <[email protected]>
1 parent 2636f71 commit 7055b13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ql/extractor/src/extractor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)