aboutsummaryrefslogtreecommitdiff
path: root/logic/score.go
diff options
context:
space:
mode:
Diffstat (limited to 'logic/score.go')
-rw-r--r--logic/score.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/score.go b/logic/score.go
index 6d864b5..1e51571 100644
--- a/logic/score.go
+++ b/logic/score.go
@@ -71,7 +71,7 @@ func (s Score) String() string {
return str
}
-func (s_ *Score) Insert(d Dices, pos int) (int, error) {
+func (s_ *Score) Insert(d Dice, pos int) (int, error) {
s := *s_
if pos < 0 || pos > 12 {
return 0, fmt.Errorf("Position %d out of range", pos)