summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2017-03-20 20:47:13 +0100
committerRobin Gloster <mail@glob.in>2017-03-20 20:47:13 +0100
commit6393d433803f84e02cc340645481dcd85231083b (patch)
tree24cc88e8015a0f41e46a7c9bcf5d77c5a80019f5 /doc
parent315e1a23c0ae1e8d30cee4de5908ce2bd2337968 (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 f4370d5e7067..657e1642d2df 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: