We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df53a4f commit 8f64e18Copy full SHA for 8f64e18
crates/stackable-versioned-macros/src/lib.rs
@@ -469,7 +469,7 @@ println!("{}", serde_yaml::to_string(&merged_crd).unwrap());
469
/// to the struct name (without the 'Spec' suffix).
470
/// - `singular`: Sets the singular name.
471
/// - `plural`: Sets the plural name.
472
-/// - `namespaced`: Specify that this is a namespaced resource rather than
+/// - `namespaced`: Specifies that this is a namespaced resource rather than
473
/// a cluster scoped.
474
#[proc_macro_attribute]
475
pub fn versioned(attrs: TokenStream, input: TokenStream) -> TokenStream {
0 commit comments