Fix a doc comment typo on DiagnosticEntry::to_lsp_diagnostic_stub (#22695)

Michael Sloan created

Release Notes:

- N/A

Change summary

crates/language/src/diagnostic_set.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

crates/language/src/diagnostic_set.rs 🔗

@@ -52,7 +52,7 @@ pub struct Summary {
 }
 
 impl DiagnosticEntry<PointUtf16> {
-    /// Returns a raw LSP diagnostic ssed to provide diagnostic context to LSP
+    /// Returns a raw LSP diagnostic used to provide diagnostic context to LSP
     /// codeAction request
     pub fn to_lsp_diagnostic_stub(&self) -> lsp::Diagnostic {
         let code = self