From b1b1eedeadbb1d87f9d39fef998bf8522a6e4ad4 Mon Sep 17 00:00:00 2001 From: Dirk Baeumer Date: Thu, 18 Aug 2016 09:48:25 +0200 Subject: [PATCH] Corrected array notation. --- protocol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol.md b/protocol.md index fa98118..0246bb2 100644 --- a/protocol.md +++ b/protocol.md @@ -1211,7 +1211,7 @@ _Request_ * param: [`TextDocumentPositionParams`](#textdocumentpositionparams) _Response_ -* result: [`DocumentHighlight`] defined as follows: +* result: `DocumentHighlight`[] defined as follows: ```typescript /** * A document highlight is a range inside a text document which deserves