Skip to content

Commit

Permalink
Merge pull request #303 from se-omar/game-example
Browse files Browse the repository at this point in the history
fix game dice example being a string not a []uint
  • Loading branch information
brianvoe authored Jan 14, 2024
2 parents 0c5f80d + d0e575c commit 0bab9f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func addGameLookup() {
Display: "Dice",
Category: "game",
Description: "Random dice outputs",
Example: "footinterpret63",
Example: "[5, 2, 3]",
Output: "[]uint",
Params: []Param{
{Field: "numdice", Display: "Number of Dice", Type: "uint", Default: "1", Description: "Number of dice to roll"},
Expand Down

0 comments on commit 0bab9f0

Please sign in to comment.