Skip to content

Commit 3b09c79

Browse files
committed
Add build tutorial
1 parent 719a12e commit 3b09c79

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build/build.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
// to turn on caching for any component. This gives constant time
2424
// performance for all basic operations on that component.
2525
//
26-
// Example usage
26+
// Tutorial
2727
//
28-
// The package examples show how to build graphs from standard components
29-
// using composition and filtering. They also demonstrate how to apply
30-
// a cost function to a virtual graph.
28+
// The Euclid and Maxflow examples show how to build graphs from
29+
// standard components using composition and filtering. They also
30+
// demonstrate how to apply a cost function to a virtual graph.
3131
//
3232
package build
3333

0 commit comments

Comments
 (0)