From 08dfb70fdcd23f2aa527faaad18ae5d1110181d3 Mon Sep 17 00:00:00 2001 From: Martin Aeschlimann Date: Mon, 13 Aug 2018 20:52:50 +0200 Subject: [PATCH] fix typos (`the the`) --- specification.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification.md b/specification.md index 825b2a9..ca9d134 100644 --- a/specification.md +++ b/specification.md @@ -3172,14 +3172,14 @@ export class DocumentSymbol { /** * The range enclosing this symbol not including leading/trailing whitespace but everything else - * like comments. This information is typically used to determine if the the clients cursor is + * like comments. This information is typically used to determine if the clients cursor is * inside the symbol to reveal in the symbol in the UI. */ range: Range; /** * The range that should be selected and revealed when this symbol is being picked, e.g the name of a function. - * Must be contained by the the `range`. + * Must be contained by the `range`. */ selectionRange: Range;