Skip to content

Commit

Permalink
Spelling changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Simyon264 committed Jun 13, 2024
1 parent 6018be2 commit b2e800f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ReplayBrowser/Pages/Shared/ReplayDetails.razor
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@
<p>Uncompressed Size: @ByteSize.FromBytes(Replay.UncompressedSize).ToString()</p>

<h3>Extended Properties</h3>
<em>Data that is not directly given by the replay file.</em>
@if (Replay.RoundEndPlayers != null)
{
<p>Percentage of New players in round: @((int) Math.Round((double) Replay.NewPlayers / Replay.RoundEndPlayers.Count * 100))% (@Replay.NewPlayers)</p>
<p>Percentage of new players in round: @((int) Math.Round((double) Replay.NewPlayers / Replay.RoundEndPlayers.Count * 100))% (@Replay.NewPlayers)</p>
}
@if (Replay.RoundEndPlayers == null || Replay.RoundEndText == null)
{
Expand Down

0 comments on commit b2e800f

Please sign in to comment.