We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1aa834 commit 4163144Copy full SHA for 4163144
crates/stackable-operator/src/commons/s3/crd.rs
@@ -127,7 +127,7 @@ impl AwsRegion {
127
/// # fn set_property(key: &str, value: String) {}
128
/// # fn example(aws_region: AwsRegion) {
129
/// if let Some(region_name) = aws_region.name() {
130
- /// // set some propery if the region is set, or is the default.
+ /// // set some property if the region is set, or is the default.
131
/// set_property("aws.region", region_name);
132
/// };
133
/// # }
0 commit comments