diff --git a/protocol.md b/protocol.md index db66bd9..714f303 100644 --- a/protocol.md +++ b/protocol.md @@ -765,7 +765,7 @@ _Notification_: * method: 'textDocument/didOpen' * params: `DidOpenTextDocumentParams` defined as follows: ```typescript -interface DidOpenTextDocumentParams extends TextDocumentIdentifier { +interface DidOpenTextDocumentParams { /** * The document that was opened. */