store: Clarify 'query-path-hash' docstring.

* guix/store.scm (query-path-hash): Clarify docstring.
This commit is contained in:
Ludovic Courtès 2016-05-17 13:50:10 +02:00
parent 149590380a
commit aa8fff0ceb
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -615,7 +615,7 @@ store directory (/gnu/store)."
boolean)
(define-operation (query-path-hash (store-path path))
"Return the SHA256 hash of PATH as a bytevector."
"Return the SHA256 hash of the nar serialization of PATH as a bytevector."
base16)
(define hash-part->path