cmd/digraph: fix typo

Change-Id: I086edda41c57b603afa660afb9396e17ba6c1a36
Reviewed-on: https://go-review.googlesource.com/c/tools/+/414074
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
gopls-CI: kokoro <noreply+kokoro@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
This commit is contained in:
Ben Sarah Golightly 2022-06-24 23:26:15 +01:00 committed by Gopher Robot
parent 93a03c2c54
commit 10494c735e
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ The support commands are:
sccs
all strongly connected components (one per line)
scc <node>
the set of nodes nodes strongly connected to the specified one
the set of nodes strongly connected to the specified one
focus <node>
the subgraph containing all directed paths that pass through the specified node