diff --git a/src/Client/TextDocument.php b/src/Client/TextDocument.php index 4f35656..176c4fd 100644 --- a/src/Client/TextDocument.php +++ b/src/Client/TextDocument.php @@ -49,7 +49,7 @@ class TextDocument * to request the current content of a text document identified by the URI * * @param TextDocumentIdentifier $textDocument The document to get the content for - * @return Promise The document's current content + * @return Promise The document's current content */ public function xcontent(TextDocumentIdentifier $textDocument): Promise {