From e6005aa4f96ac19ea55d834b0a5334f228a4f3f3 Mon Sep 17 00:00:00 2001 From: olegsama Date: Wed, 25 Sep 2024 19:25:43 +0300 Subject: [PATCH] comments --- number_text.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/number_text.go b/number_text.go index ffad664..f0e1f3a 100644 --- a/number_text.go +++ b/number_text.go @@ -37,7 +37,7 @@ func MustStringToIntConverter[T Int](from string) (to T) { return T(n) } -// StringToIntConverter parses float from string +// StringToFloatConverter parses float from string // // On error returns default value (0) func StringToFloatConverter[T Float](from string) (to T) {