Skip to content

Commit 9168808

Browse files
committed
Random rustdoc fix
1 parent d3cc0a2 commit 9168808

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/stackable-operator/src/builder

crates/stackable-operator/src/builder/pdb.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ impl PodDisruptionBudgetBuilder<ObjectMeta, LabelSelector, ()> {
154154
/// Mutually exclusive with [`PodDisruptionBudgetBuilder::with_max_unavailable`].
155155
#[deprecated(
156156
since = "0.51.0",
157-
note = "It is strongly recommended to use [`max_unavailable`]. Please read the ADR on Pod disruptions before using this function."
157+
note = "It is strongly recommended to use [`PodDisruptionBudgetBuilder::with_max_unavailable`]. Please read the ADR on Pod disruptions before using this function."
158158
)]
159159
pub fn with_min_available(
160160
self,

0 commit comments

Comments
 (0)