Skip to content

Commit

Permalink
number: fix typo
Browse files Browse the repository at this point in the history
Change-Id: Iee2b9cd52e9bc147ae595cb4d50f5096afaa3492
GitHub-Last-Rev: 922e349
GitHub-Pull-Request: #14
Reviewed-on: https://go-review.googlesource.com/c/text/+/231121
Reviewed-by: Brad Fitzpatrick <[email protected]>
  • Loading branch information
Jakub Kaczmarzyk authored and bradfitz committed Apr 30, 2020
1 parent 6ca2caf commit afb9336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion number/format.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"golang.org/x/text/language"
)

// A FormatFunc formates a number.
// A FormatFunc formats a number.
type FormatFunc func(x interface{}, opts ...Option) Formatter

// NewFormat creates a FormatFunc based on another FormatFunc and new options.
Expand Down

0 comments on commit afb9336

Please sign in to comment.