Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
olegdayo committed Sep 25, 2024
1 parent 72f3b84 commit e6005aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion number_text.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit e6005aa

Please sign in to comment.