Skip to content

Commit 466a989

Browse files
committed
rustdoc
1 parent ac30f4e commit 466a989

File tree

1 file changed

+1
-1
lines changed
  • rust/operator-binary/src/config

1 file changed

+1
-1
lines changed

rust/operator-binary/src/config/jvm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ pub fn construct_global_jvm_args(kerberos_enabled: bool) -> String {
4343
jvm_args.join(" ")
4444
}
4545

46-
/// JVM arguments that specifically for the role [server], so will *not* be used e.g. by CLI tools
46+
/// JVM arguments that specifically for the role (server), so will *not* be used e.g. by CLI tools
4747
fn construct_role_specific_jvm_args(
4848
hbase_role: &HbaseRole,
4949
role: &Role<HbaseConfigFragment, GenericRoleConfig, JavaCommonConfig>,

0 commit comments

Comments
 (0)