Skip to content

Commit 5e46bc0

Browse files
committed
fix comment
1 parent 218c406 commit 5e46bc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rust/operator-binary/src/connect/common.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ pub(crate) fn jvm_args(
8787
}
8888
}
8989

90-
// Merges spark properties from the server and the executor
91-
// and generates the contents of the.
90+
// Merges server and executor properties and renders the contents
91+
// of the Spark properties file.
9292
pub(crate) fn spark_properties(
9393
props: &[BTreeMap<String, Option<String>>; 2],
9494
) -> Result<String, Error> {

0 commit comments

Comments
 (0)