From 7e7c54c04af8e8041d2f53ea4dd27c33d11c5db9 Mon Sep 17 00:00:00 2001 From: John G G <484246+john-g-g@users.noreply.github.com> Date: Sat, 15 Nov 2025 14:42:49 -0500 Subject: [PATCH] Fix typo in documentation comment --- progenitor-macro/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/progenitor-macro/src/lib.rs b/progenitor-macro/src/lib.rs index 6f5a2ad4..e15eae3f 100644 --- a/progenitor-macro/src/lib.rs +++ b/progenitor-macro/src/lib.rs @@ -106,7 +106,7 @@ mod token_utils; /// the constraints of type compatibility). /// /// - `patch`: optional map from type to an object with the optional members -/// `rename` and `derives`. This may be used to renamed generated types or +/// `rename` and `derives`. This may be used to rename generated types or /// to apply additional (non-default) derive macros to them. /// /// - `replace`: optional map from definition name to a replacement type. This