mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
graph: Fix typo in docstring.
* guix/graph.scm (shortest-path): Fix typo in docstring.
This commit is contained in:
parent
e21e0affd9
commit
f59ec1de94
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ (define (node-reachable-count nodes node-edges)
|
|||
nodes node-edges))
|
||||
|
||||
(define (shortest-path node1 node2 type)
|
||||
"Return as a monadic value the shorted path, represented as a list, from
|
||||
"Return as a monadic value the shortest path, represented as a list, from
|
||||
NODE1 to NODE2 of the given TYPE. Return #f when there is no path."
|
||||
(define node-edges
|
||||
(node-type-edges type))
|
||||
|
|
Loading…
Reference in a new issue