Skip to content

Commit 7f34283

Browse files
committed
Fixing rust docs
1 parent 9f2a57f commit 7f34283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/operator-binary/src/controller.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@ fn build_metastore_rolegroup_config_map(
737737
/// The rolegroup [`StatefulSet`] runs the rolegroup, as configured by the administrator.
738738
///
739739
/// The [`Pod`](`stackable_operator::k8s_openapi::api::core::v1::Pod`)s are accessible through the
740-
/// corresponding [`Service`] (from [`build_rolegroup_headless_service`] and [`build_rolegroup_metrics_service`]).
740+
/// corresponding [`Service`](`stackable_operator::k8s_openapi::api::core::v1::Service`) (from [`build_rolegroup_headless_service`] and [`build_rolegroup_metrics_service`]).
741741
#[allow(clippy::too_many_arguments)]
742742
fn build_metastore_rolegroup_statefulset(
743743
hive: &v1alpha1::HiveCluster,

0 commit comments

Comments
 (0)