From b94d97425f2fd04e99041d862c5673c4cd38b10d Mon Sep 17 00:00:00 2001 From: Michael Panchenko Date: Tue, 20 May 2025 15:52:29 +0200 Subject: [PATCH] Typo --- src/multilspy/multilspy_types.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/multilspy/multilspy_types.py b/src/multilspy/multilspy_types.py index 02fa7ac..dad0116 100644 --- a/src/multilspy/multilspy_types.py +++ b/src/multilspy/multilspy_types.py @@ -201,7 +201,8 @@ class UnifiedSymbolInformation(TypedDict): if necessary). It can't be used to re-infer a hierarchy for the document symbols. - Note: within serena, the parent attribute was added and should be used instead. Most LS don't provide contianerName. + Note: within Serena, the parent attribute was added and should be used instead. + Most LS don't provide containerName. """ detail: NotRequired[str]