Skip to content

Commit 7112592

Browse files
Update rust/operator-binary/src/config/jvm.rs
Co-authored-by: Malte Sander <contact@maltesander.com>
1 parent 7338df2 commit 7112592

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
@@ -63,7 +63,7 @@ fn construct_jvm_args(
6363
.clone())
6464
}
6565

66-
/// Arguments that go into `EXTRA_ARGS`, so *not* the heap settings (which you cen get using
66+
/// Arguments that go into `EXTRA_ARGS`, so *not* the heap settings (which you can get using
6767
/// [`construct_heap_jvm_args`]).
6868
pub fn construct_non_heap_jvm_args(
6969
merged_config: &KafkaConfig,

0 commit comments

Comments
 (0)