Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion progenitor-macro/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down