[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/11: graph: Fix typo in docstring.
From: |
guix-commits |
Subject: |
07/11: graph: Fix typo in docstring. |
Date: |
Tue, 20 Oct 2020 10:32:10 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit f59ec1de9494a3c6c571d573b450d87b8044d4bf
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Oct 20 15:38:41 2020 +0200
graph: Fix typo in docstring.
* guix/graph.scm (shortest-path): Fix typo in docstring.
---
guix/graph.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix/graph.scm b/guix/graph.scm
index b695ca4..fe446ee 100644
--- a/guix/graph.scm
+++ b/guix/graph.scm
@@ -142,7 +142,7 @@ typically returned by 'node-edges' or 'node-back-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))
- branch master updated (6ea61b4 -> 5f92f51), guix-commits, 2020/10/20
- 02/11: doc: Replace @example with @lisp in "Build Phases"., guix-commits, 2020/10/20
- 01/11: download: Update docstring., guix-commits, 2020/10/20
- 04/11: gnu: guile2.0-git: Remove now unnecessary libgit2 special case., guix-commits, 2020/10/20
- 05/11: packages: Better preserve object identity when rewriting., guix-commits, 2020/10/20
- 07/11: graph: Fix typo in docstring.,
guix-commits <=
- 03/11: graph: Adjust test for recent OCaml changes., guix-commits, 2020/10/20
- 08/11: tests: Do not fetch and print the random seed from the top level., guix-commits, 2020/10/20
- 09/11: guix build: Add '--with-debug-info'., guix-commits, 2020/10/20
- 11/11: news: Add entry for '--with-debug-info'., guix-commits, 2020/10/20
- 06/11: gnu: poppler: Always use the same 'cairo-sans-poppler' variant., guix-commits, 2020/10/20
- 10/11: guix build: Move package transformation options behind '--help-transform'., guix-commits, 2020/10/20