Skip to content

Commit 6cff091

Browse files
committed
doc(stackable-operator): Update doc
1 parent 2e5384d commit 6cff091

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
@@ -124,7 +124,7 @@ impl AwsRegion {
124124
///
125125
/// ```
126126
/// # use stackable_operator::commons::s3::AwsRegion;
127-
/// # fn set_property(key: &str, value: String) {}
127+
/// # fn set_property(key: &str, value: &str) {}
128128
/// # fn example(aws_region: AwsRegion) {
129129
/// if let Some(region_name) = aws_region.name() {
130130
/// // set some property if the region is set, or is the default.

0 commit comments

Comments
 (0)