diff options
author | Данило Глинський (Danylo Hlynskyi) <abcz2.uprola@gmail.com> | 2015-01-08T15·34+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2015-01-08T15·43+0100 |
commit | ed56ea980bcee17850ff1199fbb7c0a9d8cb52cd (patch) | |
tree | 3b4ed30967f38aba8433dbaff6a8b7e8d3f4ee46 /doc/manual/expressions/advanced-attributes.xml | |
parent | 27b7b94923d2f207781b438bb7a57669bddf7d2b (diff) |
Fix typo (assuming this is a typo)
Fix typo (assuming this is a typo) `allowedRequisites` mentions `allowedReferences` in code example
Diffstat (limited to 'doc/manual/expressions/advanced-attributes.xml')
-rw-r--r-- | doc/manual/expressions/advanced-attributes.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/expressions/advanced-attributes.xml b/doc/manual/expressions/advanced-attributes.xml index f8b84b98cb82..d476d613e462 100644 --- a/doc/manual/expressions/advanced-attributes.xml +++ b/doc/manual/expressions/advanced-attributes.xml @@ -40,7 +40,7 @@ allowedReferences = []; recursively. For example, <programlisting> -allowedReferences = [ foobar ]; +allowedRequisites = [ foobar ]; </programlisting> enforces that the output of a derivation cannot have any other |