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 d198262 commit e52d456Copy full SHA for e52d456
crates/cairo-lang-syntax/src/node/mod.rs
@@ -174,7 +174,7 @@ impl<'db> SyntaxNode<'db> {
174
}
175
176
177
- /// Returns the stable pointer of the `n`th parent of this stable pointer.
+ /// Returns the `n`th parent of this syntax node.
178
/// n = 0: returns itself.
179
/// n = 1: return the parent.
180
/// n = 2: return the grand parent.
0 commit comments