From 4c7a337083984897cf20bd8fcfcf3525b19f4a55 Mon Sep 17 00:00:00 2001 From: Cameron Moore Date: Tue, 30 Nov 2021 14:28:01 -0600 Subject: [PATCH] Decoder: fix typo in test description (#689) --- unmarshaler_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unmarshaler_test.go b/unmarshaler_test.go index 534cfc9..9769917 100644 --- a/unmarshaler_test.go +++ b/unmarshaler_test.go @@ -2629,7 +2629,7 @@ world'`, data: `a=2021-00-11`, }, { - desc: `invalid number of seconds digits with trailling digit`, + desc: `invalid number of seconds digits with trailing digit`, data: `a=0000-01-01 00:00:000000Z3`, }, {