Skip to content

Commit 2d38dc5

Browse files
committed
Typos
1 parent d7feb33 commit 2d38dc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/src/common/model/pulls.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,10 @@ class PullRequest {
116116
List<IssueLabel>? labels;
117117

118118
/// Reviewers requested for this Pull Request.
119-
List<User>? requestedReviewers,
119+
List<User>? requestedReviewers;
120120

121121
/// The number of review comments on the Pull Request.
122-
int? reviewCommentCount,
122+
int? reviewCommentCount;
123123

124124
factory PullRequest.fromJson(Map<String, dynamic> input) =>
125125
_$PullRequestFromJson(input);

0 commit comments

Comments
 (0)