Skip to content

Commit 7d07914

Browse files
committed
update docs
1 parent 9a78c2d commit 7d07914

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/stackable-operator/src/commons/s3

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ pub struct Region {
102102
pub name: String,
103103
}
104104

105-
/// Having it as const &str as well, so we don't always allocate a [`String`] just for comparisons
105+
/// Having it as `const &str` as well, so we don't always allocate a [`String`] just for comparisons
106106
const DEFAULT_REGION_NAME: &str = "us-east-1";
107107
impl Region {
108108
fn default_region_name() -> String {

0 commit comments

Comments
 (0)