Skip to content

Commit a40f570

Browse files
committed
Corrected javadocs
1 parent 6734120 commit a40f570

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/main/java/com/bernardomg/tabletop/dice/history/DefaultRollHistory.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ public final record DefaultRollHistory(Iterable<RollResult> rollResults, String
3535
* <p>
3636
* The text history will be used for the {@code toString} method.
3737
*
38-
* @param results
38+
* @param rollResults
3939
* each roll result
40-
* @param text
40+
* @param historyText
4141
* history text
42-
* @param total
42+
* @param totalRoll
4343
* sum of all the values
4444
*/
4545
public DefaultRollHistory(final Iterable<RollResult> rollResults, final String historyText,

0 commit comments

Comments
 (0)