Skip to content

Commit df53a4f

Browse files
Techassisbernauer
andauthored
chore: Apply suggestion
Co-authored-by: Sebastian Bernauer <[email protected]>
1 parent 121a349 commit df53a4f

File tree

1 file changed

+1
-1
lines changed
  • crates/stackable-versioned-macros/src

1 file changed

+1
-1
lines changed

crates/stackable-versioned-macros/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ println!("{}", serde_yaml::to_string(&merged_crd).unwrap());
470470
/// - `singular`: Sets the singular name.
471471
/// - `plural`: Sets the plural name.
472472
/// - `namespaced`: Specify that this is a namespaced resource rather than
473-
/// cluster level.
473+
/// a cluster scoped.
474474
#[proc_macro_attribute]
475475
pub fn versioned(attrs: TokenStream, input: TokenStream) -> TokenStream {
476476
let attrs = match NestedMeta::parse_meta_list(attrs.into()) {

0 commit comments

Comments
 (0)