Skip to content

Commit

Permalink
Simplify statistics table description (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
kangasta authored Jun 3, 2024
1 parent 1228908 commit 5a45928
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/views/Pileon/StatisticsTable.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@
</script>

<p>
Here are statistics about the completed game. <i>Significant moves</i> is the
number of moves done excluding undo moves and undone moves. <i>Total moves</i>
includes also undo moves and undone moves.
Here are statistics about the completed game. Undo and undone moves are
excluded from <i>Significant moves</i> but included in <i>Total moves</i>.
</p>
<table>
<tr>
Expand Down

0 comments on commit 5a45928

Please sign in to comment.