fix: issue milestone attr description

This commit is contained in:
Aravinth Manivannan 2023-01-03 13:34:23 +05:30
parent b823f2cdec
commit a8f9e5a52a
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ pub struct Issue {
pub is_locked: bool,
// TODO: add validation for format "date-time"
/// Creating time
/// Creation time
pub created: String,
// TODO: add validation for format "date-time"
@ -66,7 +66,7 @@ pub struct Issue {
/// List of labels.
pub labels: Option<Vec<String>>,
/// Multiline content of the comment
/// List of reactions
pub reactions: Option<Vec<Reaction>>,
/// List of assignees.