Skip to content

Commit

Permalink
cosmetic fixes in the playground
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-zhur committed Jun 26, 2024
1 parent f11f296 commit e2d5a29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
Min coverage (real, 0–1): @Html.TextBoxFor(x => x.MinCoverage)
</p>
<p>
Min rating (integer, 0&ndash;100): @Html.TextBoxFor(x => x.MinRating)
Min rating (whole, 0&ndash;100): @Html.TextBoxFor(x => x.MinRating)
</p>
<p>
Songs Per Page: @Html.TextBoxFor(x => x.SongsPerPage)
Expand Down

0 comments on commit e2d5a29

Please sign in to comment.