Skip to content

Commit 426a44a

Browse files
committed
typo
1 parent 4bb8662 commit 426a44a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/stackable-operator/src/builder/pod

crates/stackable-operator/src/builder/pod/probe.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ impl ProbeBuilder<ProbeAction, Duration> {
241241

242242
/// Build the [`Probe`] using the specified contents.
243243
///
244-
/// Returns an [`Error::DurationTooLongSnafu`] error in case the involved [`Duration`]s are too
244+
/// Returns an [`Error::DurationTooLong`] error in case the involved [`Duration`]s are too
245245
/// long.
246246
pub fn build(self) -> Result<Probe, Error> {
247247
let mut probe = Probe {

0 commit comments

Comments
 (0)