Skip to content

Commit

Permalink
spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaBatty committed Nov 26, 2024
1 parent ca4519c commit 996ab11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sway-lsp/src/core/session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ impl Session {
Some(program.root.namespace)
}

/// Generate heirarchical document symbols for the given file.
/// Generate hierarchical document symbols for the given file.
pub fn document_symbols(&self, url: &Url) -> Option<Vec<DocumentSymbol>> {
let _p = tracing::trace_span!("document_symbols").entered();
self.compiled_program
Expand Down

0 comments on commit 996ab11

Please sign in to comment.