Skip to content

Commit 4be0a02

Browse files
chore: Fix typo in comment
Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com>
1 parent 9f4822f commit 4be0a02

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

crates/stackable-operator/src/crd/s3/bucket/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use crate::crd::s3::{ConnectionError, connection::v1alpha1 as conn_v1alpha1};
99
mod v1alpha1_impl;
1010

1111
// NOTE (@Techassi): Where should this error be placed? Technically errors can
12-
// change between version., because version-specific impl blocks might need
12+
// change between version, because version-specific impl blocks might need
1313
// different variants or might use a completely different error type.
1414
#[derive(Debug, Snafu)]
1515
pub enum BucketError {

0 commit comments

Comments
 (0)