We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2636f71 commit 7055b13Copy full SHA for 7055b13
ql/extractor/src/extractor.rs
@@ -216,7 +216,7 @@ struct Visitor<'a> {
216
schema: &'a NodeTypeMap,
217
/// A stack for gathering information from child nodes. Whenever a node is
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
+ /// All children append their data to the list. When the visitor leaves a
220
/// node the list containing the child data is popped from the stack and
221
/// matched against the dbscheme for the node. If the expectations are met
222
/// the corresponding row definitions are added to the trap_output.
0 commit comments