Skip to content

Commit 1b64c2e

Browse files
committed
cleanup comments
1 parent b01f9e2 commit 1b64c2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: probe/probe.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ func (f ProberFunc) Probe(ctx context.Context) error {
3232
return f(ctx)
3333
}
3434

35-
// Group of Probers to probe all at once.
35+
// Group of Probers to probe.
3636
type Group map[string]Prober
3737

3838
// ProbeAll executes Probe() on each [Prober] returning a map of results and a
@@ -51,7 +51,7 @@ func (g Group) ProbeAll(ctx context.Context) (map[string]error, bool) {
5151
return results, ok
5252
}
5353

54-
// ServeHTTP probes the state of all Probers in the group.
54+
// ServeHTTP probes the state of all [Prober] in the group.
5555
//
5656
// Response status codes:
5757
// - 200 OK (all probes were successful)

0 commit comments

Comments
 (0)