Skip to content

Commit 8f64e18

Browse files
committed
chore: Reword doc comment
1 parent df53a4f commit 8f64e18

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ println!("{}", serde_yaml::to_string(&merged_crd).unwrap());
469469
/// to the struct name (without the 'Spec' suffix).
470470
/// - `singular`: Sets the singular name.
471471
/// - `plural`: Sets the plural name.
472-
/// - `namespaced`: Specify that this is a namespaced resource rather than
472+
/// - `namespaced`: Specifies that this is a namespaced resource rather than
473473
/// a cluster scoped.
474474
#[proc_macro_attribute]
475475
pub fn versioned(attrs: TokenStream, input: TokenStream) -> TokenStream {

0 commit comments

Comments
 (0)