From 93c74f690a74e3989f498c655d629a1bb6a0b63d Mon Sep 17 00:00:00 2001 From: Techassi Date: Wed, 5 Feb 2025 11:44:54 +0100 Subject: [PATCH] docs: Fix invalid rustdoc reference --- rust/operator-binary/src/crd/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/operator-binary/src/crd/mod.rs b/rust/operator-binary/src/crd/mod.rs index 912b318f..7273572e 100644 --- a/rust/operator-binary/src/crd/mod.rs +++ b/rust/operator-binary/src/crd/mod.rs @@ -671,7 +671,7 @@ impl HdfsCluster { } } - /// List all [`HdfsPodRef`]s expected for the given [`role`](HdfsRole). + /// List all [`HdfsPodRef`]s expected for the given [`role`](HdfsNodeRole). /// /// The `validated_config` is used to extract the ports exposed by the pods. ///