swh: Fix docstring of ‘lookup-directory’.

* guix/swh.scm (lookup-directory): Fix docstring.

Change-Id: Ia1fd9b2bc9184364cebbd30ee84c9fdea4ba897c
This commit is contained in:
Ludovic Courtès 2024-01-26 17:38:12 +01:00
parent 264fdbcaff
commit 5a61ce6bcf
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -446,7 +446,7 @@ FALSE-IF-404? is true, return #f upon 404 responses."
json->revision)
(define-query (lookup-directory id)
"Return the directory with the given ID."
"Return the list of entries of the directory with the given ID."
(path "/api/1/directory" id)
json->directory-entries)