Skip to content

Commit

Permalink
Delete period in ProbePlugin doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
LandonTClipp committed Jan 3, 2025
1 parent 7129def commit 2297822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ type StatefulPlugin interface {
}

// ProbePlugin is an interface that all input/output plugins need to
// implement in order to support the `probe` value of `startup_error_behavior`.
// implement in order to support the `probe` value of `startup_error_behavior`
type ProbePlugin interface {
Probe() error
}

0 comments on commit 2297822

Please sign in to comment.