Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 authored Jul 18, 2023
1 parent aa73302 commit 7c3b524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/req/collection.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func (v *SubjectEpisodeCollectionPatch) Validate() error {

v.Comment.Value = strings.TrimSpace(v.Comment.Value)
if utf8.RuneCountInString(v.Comment.Value) > 380 {
return res.BadRequest("comment too lang, only allow less equal than 380 characters")
return res.BadRequest("comment too long, only allow less equal than 380 characters")
}
}

Expand Down

0 comments on commit 7c3b524

Please # to comment.