Skip to content

Commit 4163144

Browse files
Apply suggestions from code review
Co-authored-by: Techassi <[email protected]>
1 parent b1aa834 commit 4163144

File tree

1 file changed

+1
-1
lines changed
  • crates/stackable-operator/src/commons/s3

1 file changed

+1
-1
lines changed

crates/stackable-operator/src/commons/s3/crd.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ impl AwsRegion {
127127
/// # fn set_property(key: &str, value: String) {}
128128
/// # fn example(aws_region: AwsRegion) {
129129
/// if let Some(region_name) = aws_region.name() {
130-
/// // set some propery if the region is set, or is the default.
130+
/// // set some property if the region is set, or is the default.
131131
/// set_property("aws.region", region_name);
132132
/// };
133133
/// # }

0 commit comments

Comments
 (0)