Skip to content

Commit

Permalink
Improve wording
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Kenworthy <1712947+adwk67@users.noreply.github.com>
  • Loading branch information
siegfriedweber and adwk67 authored Oct 7, 2024
1 parent f9de683 commit c4bcd44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/crd/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,7 @@ fn resources_to_executor_props(
}

/// Create the content of the file spark-env.sh.
/// The properties are serialized in the form 'export {k}="{v}"' without
/// The properties are serialized in the form 'export {k}="{v}"',
/// escaping neither the key nor the value. The user is responsible for
/// providing escaped values.
pub fn to_spark_env_sh_string<'a, T>(properties: T) -> String
Expand Down

0 comments on commit c4bcd44

Please sign in to comment.