From d3c998ed96adb070e5dfe38c5fac812d503c890a Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Sun, 23 Jan 2022 23:31:23 +0100 Subject: Enguarde -> Engarde --- types.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'types.go') diff --git a/types.go b/types.go index 82fd8e6..8c1538e 100644 --- a/types.go +++ b/types.go @@ -20,7 +20,7 @@ func (g Gender) String() string { } } -func (g Gender) enguarde() (string, error) { +func (g Gender) engarde() (string, error) { switch g { case GenderM: return "masculin", nil @@ -69,7 +69,7 @@ func (a AgeGroup) String() string { } } -func (a AgeGroup) enguarde() (string, error) { +func (a AgeGroup) engarde() (string, error) { switch a { case AgeVeteran: return "veteran", nil @@ -112,7 +112,7 @@ func (w Weapon) String() string { } } -func (w Weapon) enguarde() (string, error) { +func (w Weapon) engarde() (string, error) { switch w { case Epee: return "epee", nil -- cgit v1.2.3-54-g00ecf