docs(gomnd): fix typo (#2909)

This commit is contained in:
Marat Reymers 2022-06-06 14:20:38 +03:00 committed by GitHub
parent a7bfc66740
commit 8d2eb67e4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -641,7 +641,7 @@ linters-settings:
ignored-files: ignored-files:
- 'magic1_.*.go' - 'magic1_.*.go'
# List of function patterns to exclude from analysis. # List of function patterns to exclude from analysis.
# Values always ignored: `time.Time` # Values always ignored: `time.Date`
# Default: [] # Default: []
ignored-functions: ignored-functions:
- 'math.*' - 'math.*'