about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMysticNebula70 <34984380+AlPha5130@users.noreply.github.com>2023-06-16 18:22:43 +0800
committerMysticNebula70 <34984380+AlPha5130@users.noreply.github.com>2023-06-16 18:22:43 +0800
commit8cc55bfee69ad2642f540b26ac2b9257a68469fc (patch)
tree83dac06bb9efc4d1caf329d413d110963f448f4c
parentff864fbb9fc21f0cdae408fe8f5b2f43141b45a7 (diff)
downloadrust-8cc55bfee69ad2642f540b26ac2b9257a68469fc.tar.gz
rust-8cc55bfee69ad2642f540b26ac2b9257a68469fc.zip
doc: remove duplicated words
-rw-r--r--docs/user/manual.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc
index 98d99bae92a..b5c095fd9d8 100644
--- a/docs/user/manual.adoc
+++ b/docs/user/manual.adoc
@@ -244,7 +244,7 @@ Any other tools or libraries you will need to acquire  from Flatpak.
 
 Prerequisites: You have installed the <<rust-analyzer-language-server-binary,`rust-analyzer` binary>>.
 
-To use `rust-analyzer`, you need to install and enable one of the two popular two popular LSP client implementations for Emacs, https://github.com/joaotavora/eglot[Eglot] or https://github.com/emacs-lsp/lsp-mode[LSP Mode]. Both enable `rust-analyzer` by default in rust buffers if it is available.
+To use `rust-analyzer`, you need to install and enable one of the two popular LSP client implementations for Emacs, https://github.com/joaotavora/eglot[Eglot] or https://github.com/emacs-lsp/lsp-mode[LSP Mode]. Both enable `rust-analyzer` by default in rust buffers if it is available.
 
 ==== Eglot