From 0d196d89c79b74cc1d5ebf0ff332ea961ce9e0aa Mon Sep 17 00:00:00 2001 From: Kirill Morozov Date: Fri, 16 Aug 2024 12:39:50 +0300 Subject: [PATCH] fix: typo in a table of content A link to the "Document symbols" section was duplicated while a link to the "Signature help" section was absent. --- language-server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language-server.md b/language-server.md index 55a7d655..6dc36323 100644 --- a/language-server.md +++ b/language-server.md @@ -24,7 +24,7 @@ This document details the current state of the language server and its features. - [Go-to definition](#go-to-definition) - [Code completion](#code-completion) - [Document symbols](#document-symbols) - - [Document symbols](#document-symbols) + - [Signature help](#signature-help) - [Code Actions](#code-actions) - [Case correction](#case-correction) - [Fill labels](#fill-labels)