Skip to content

Commit 597d0ca

Browse files
committed
fix rustdoc
1 parent 2daad12 commit 597d0ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/operator-binary/src/druid_controller.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -931,7 +931,7 @@ pub fn build_group_listener(
931931
#[allow(clippy::too_many_arguments)]
932932
/// The rolegroup [`StatefulSet`] runs the rolegroup, as configured by the administrator.
933933
///
934-
/// The [`Pod`](`stackable_operator::k8s_openapi::api::core::v1::Pod`)s are accessible through the corresponding [`Service`] (from [`build_rolegroup_services`]).
934+
/// The [`Pod`](`stackable_operator::k8s_openapi::api::core::v1::Pod`)s are accessible through the corresponding [`Service`] (from [`build_rolegroup_service`]).
935935
fn build_rolegroup_statefulset(
936936
druid: &v1alpha1::DruidCluster,
937937
resolved_product_image: &ResolvedProductImage,

0 commit comments

Comments
 (0)