about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2017-03-20 20:59:43 +0100
committerRobin Gloster <mail@glob.in>2017-03-20 20:59:43 +0100
commit72a5cf11ccdd0cd0fc4a335587abd38b2af7857a (patch)
treec5cd16aed12e61817f9c596d93c26d76f8e223cb /doc
parent88341c4d2b289eefdaa94c6390975a14f15b4fb7 (diff)
doc: remove double space
Diffstat (limited to 'doc')
-rw-r--r--doc/languages-frameworks/rust.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/languages-frameworks/rust.md b/doc/languages-frameworks/rust.md
index f4370d5e7067e..657e1642d2dfd 100644
--- a/doc/languages-frameworks/rust.md
+++ b/doc/languages-frameworks/rust.md
@@ -71,7 +71,7 @@ and create a symbolic link to the file
 in the `~/.config/nixpkgs/overlays` directory.
 
     $ git clone https://github.com/mozilla/nixpkgs-mozilla.git
-    $ mkdir -p  ~/.config/nixpkgs/overlays
+    $ mkdir -p ~/.config/nixpkgs/overlays
     $ ln -s $(pwd)/nixpkgs-mozilla/rust-overlay.nix ~/.config/nixpkgs/overlays/rust-overlay.nix
 
 The latest version can be installed with the following command: