From 996ab1104b84747eaac2fe67498a96a96a4f9bc2 Mon Sep 17 00:00:00 2001 From: Joshua Batty Date: Tue, 26 Nov 2024 14:22:53 +1100 Subject: [PATCH] spellcheck --- sway-lsp/src/core/session.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sway-lsp/src/core/session.rs b/sway-lsp/src/core/session.rs index 3b82afe73c6..d3624f3a40f 100644 --- a/sway-lsp/src/core/session.rs +++ b/sway-lsp/src/core/session.rs @@ -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> { let _p = tracing::trace_span!("document_symbols").entered(); self.compiled_program