Clarified comments

ref #90
This commit is contained in:
2021-01-15 18:25:48 +01:00
parent 99852f591e
commit 93692ec255
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ export abstract class UpdateDonation {
id: number;
/**
* The updated donation's associated donor.
* The updated donation's associated donor's id.
* This is important to link donations to donors.
*/
@IsInt()