Skip to content

Commit 40e28de

Browse files
committed
making rustdocs happy
1 parent 625c225 commit 40e28de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • rust/operator-binary/src/crd

rust/operator-binary/src/crd/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ impl v1alpha1::HiveCluster {
249249
}
250250

251251
/// The name of the group-listener provided for a specific role.
252-
/// returns a name <cluster>-<role>
252+
/// returns a name `<cluster>-<role>`
253253
pub fn group_listener_name(&self, hive_role: &HiveRole) -> String {
254254
format!("{name}-{role}", name = self.name_any(), role = hive_role)
255255
}

0 commit comments

Comments
 (0)