Skip to content

Commit

Permalink
docs: Fix a typo in github in an example
Browse files Browse the repository at this point in the history
  • Loading branch information
jtanguy committed Sep 11, 2019
1 parent a56b51a commit 92ede15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/manual/expressions/builtins.xml
Expand Up @@ -448,7 +448,7 @@ stdenv.mkDerivation { … }
<example>
<title>Fetching an arbitrary ref</title>
<programlisting>builtins.fetchGit {
url = "https://gitub.com/NixOS/nix.git";
url = "https://github.com/NixOS/nix.git";
ref = "refs/heads/0.5-release";
}</programlisting>
</example>
Expand Down

0 comments on commit 92ede15

Please sign in to comment.