This commit is contained in:
Waffle 2020-10-24 22:20:58 +03:00
parent a917363da0
commit 4b21e8ea68

View file

@ -125,7 +125,7 @@ macro_rules! calculated_doc {
);
}
/// Declare payload type, implement `Payload` trait amd ::new method for it,
/// Declare payload type, implement `Payload` trait amd ::new method for it,
/// declare setters trait and implement it for all type which have payload.
#[macro_use]
macro_rules! impl_payload {