Skip to content

Commit 34f47d9

Browse files
authored
Merge pull request #21191 from chuck-sys/fix/spelling
fix(spelling): underling -> underlying
2 parents b35437d + beb694b commit 34f47d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/syntax/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ fn api_walkthrough() {
282282
assert!(parse.errors().is_empty());
283283

284284
// 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.
285+
// Owned nodes are cheap: inside, they are `Rc` handles to the underlying data.
286286
let file: SourceFile = parse.tree();
287287

288288
// `SourceFile` is the root of the syntax tree. We can iterate file's items.

0 commit comments

Comments
 (0)