From 6cf6e54bbb8bf38cd9084143738feac8c6a56900 Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Sun, 5 Jun 2022 14:47:21 +0200 Subject: [PATCH] Fixed typo --- storia.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storia.go b/storia.go index e9a2bef..55226fe 100644 --- a/storia.go +++ b/storia.go @@ -43,7 +43,7 @@ type GenericEvent struct { Uid string `json:"uid"` FullName string `json:"fullName"` - // Se il campo è uno "spacer" questa è la sua dimensione + // Se il tipo è "spacer" questa è la sua dimensione Size int `json:"size"` }