Skip to content

Commit c0f4b58

Browse files
committed
Updating function name everywhere
1 parent 6f1ba14 commit c0f4b58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/operator-binary/src/controller.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,7 @@ fn build_rolegroup_services(
804804
/// The rolegroup [`StatefulSet`] runs the rolegroup, as configured by the administrator.
805805
///
806806
/// The [`Pod`](`stackable_operator::k8s_openapi::api::core::v1::Pod`)s are accessible through the
807-
/// corresponding [`Service`] (from [`build_rolegroup_service`]).
807+
/// corresponding [`Service`] (from [`build_rolegroup_services`]).
808808
#[allow(clippy::too_many_arguments)]
809809
fn build_metastore_rolegroup_statefulset(
810810
hive: &v1alpha1::HiveCluster,

0 commit comments

Comments
 (0)