Skip to content

Commit e6005aa

Browse files
committed
comments
1 parent 72f3b84 commit e6005aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

number_text.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ func MustStringToIntConverter[T Int](from string) (to T) {
3737
return T(n)
3838
}
3939

40-
// StringToIntConverter parses float from string
40+
// StringToFloatConverter parses float from string
4141
//
4242
// On error returns default value (0)
4343
func StringToFloatConverter[T Float](from string) (to T) {

0 commit comments

Comments
 (0)