Skip to content

Commit 719a12e

Browse files
committed
Change example usage to tutorial
1 parent 06d4674 commit 719a12e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

graph.go

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,12 @@
3636
// by composing and filtering a set of standard graphs, or by writing
3737
// functions that describe the edges of a graph.
3838
//
39-
// Example usage
39+
// Tutorial
4040
//
41-
// The package examples show how to build plain graphs and how to efficiently
42-
// use the Visit iterator, the vital abstraction of this package.
41+
// The Basics example shows how to build a plain graph and how to
42+
// efficiently use the Visit iterator, the key abstraction of this package.
43+
//
44+
// The DFS example contains a full implementation of depth-first search.
4345
//
4446
package graph
4547

0 commit comments

Comments
 (0)