Skip to content

Commit 1099da1

Browse files
committed
fix(spelling): underling -> underlying
1 parent bff5839 commit 1099da1

File tree

1 file changed

+1
-1
lines changed
  • src/tools/rust-analyzer/crates/syntax/src

1 file changed

+1
-1
lines changed

src/tools/rust-analyzer/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)