summary refs log tree commit diff
path: root/doc/language-support.xml
diff options
context:
space:
mode:
authorLinus Arver <linusarver@gmail.com>2015-05-10 15:28:56 -0700
committerLinus Arver <linusarver@gmail.com>2015-05-10 15:28:58 -0700
commit62ad22b8aed863aa261f26a017b07db04f669069 (patch)
treefea57b9d77dd0e1fe922d9bdca7befeb53d2b854 /doc/language-support.xml
parent029db1fdf43151bad74023be20bd72571d11439c (diff)
doc: language-support: fix typo
Diffstat (limited to 'doc/language-support.xml')
-rw-r--r--doc/language-support.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/language-support.xml b/doc/language-support.xml
index 4fd7043195051..87f500a491ba1 100644
--- a/doc/language-support.xml
+++ b/doc/language-support.xml
@@ -624,7 +624,7 @@ $ cat > Gemfile
 source 'https://rubygems.org'
 gem 'sensu'
 $ bundler package --path /tmp/vendor/bundle
-$ $(nix-build '&nixpkgs>' -A bundix)/bin/bundix
+$ $(nix-build '<nixpkgs>' -A bundix)/bin/bundix
 $ cat > default.nix
 { lib, bundlerEnv, ruby }: