From 7707d0bb5b0f11056a8ff7a0c621cac4c1560b67 Mon Sep 17 00:00:00 2001 From: Branden J Brown Date: Sun, 21 Jan 2024 13:02:43 -0600 Subject: [PATCH] lil commenty adjusty boi --- serve/dto.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serve/dto.go b/serve/dto.go index 954359a..493e361 100644 --- a/serve/dto.go +++ b/serve/dto.go @@ -38,7 +38,7 @@ type GameStart struct { Dealer bool `json:"dealer"` } -// ShellCounts is the JSON DTO for shell counts emitted at the start of a round. +// ShellCounts is the JSON DTO for shell counts emitted at the start of a shell group. type ShellCounts struct { Live int `json:"live"` Blank int `json:"blank"`