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.
2 parents b35437d + beb694b commit 34f47d9Copy full SHA for 34f47d9
crates/syntax/src/lib.rs
@@ -282,7 +282,7 @@ fn api_walkthrough() {
282
assert!(parse.errors().is_empty());
283
284
// The `tree` method returns an owned syntax node of type `SourceFile`.
285
- // Owned nodes are cheap: inside, they are `Rc` handles to the underling data.
+ // Owned nodes are cheap: inside, they are `Rc` handles to the underlying data.
286
let file: SourceFile = parse.tree();
287
288
// `SourceFile` is the root of the syntax tree. We can iterate file's items.
0 commit comments