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 121a349 commit df53a4fCopy full SHA for df53a4f
crates/stackable-versioned-macros/src/lib.rs
@@ -470,7 +470,7 @@ println!("{}", serde_yaml::to_string(&merged_crd).unwrap());
470
/// - `singular`: Sets the singular name.
471
/// - `plural`: Sets the plural name.
472
/// - `namespaced`: Specify that this is a namespaced resource rather than
473
-/// cluster level.
+/// a cluster scoped.
474
#[proc_macro_attribute]
475
pub fn versioned(attrs: TokenStream, input: TokenStream) -> TokenStream {
476
let attrs = match NestedMeta::parse_meta_list(attrs.into()) {
0 commit comments