diff options
Diffstat (limited to 'docs/dev')
-rw-r--r-- | docs/dev/lsp-extensions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/lsp-extensions.md b/docs/dev/lsp-extensions.md index e4b9fb2c2..48147b173 100644 --- a/docs/dev/lsp-extensions.md +++ b/docs/dev/lsp-extensions.md | |||
@@ -318,7 +318,7 @@ Primarily for debugging, but very useful for all people working on rust-analyzer | |||
318 | ```typescript | 318 | ```typescript |
319 | interface ExpandMacroParams { | 319 | interface ExpandMacroParams { |
320 | textDocument: TextDocumentIdentifier, | 320 | textDocument: TextDocumentIdentifier, |
321 | position?: Position, | 321 | position: Position, |
322 | } | 322 | } |
323 | ``` | 323 | ``` |
324 | 324 | ||