Skip to content

Commit

Permalink
Fix typo in comment in mapping.go (#2939)
Browse files Browse the repository at this point in the history
Signed-off-by: Guangwen Feng <fenggw-fnst@cn.fujitsu.com>
  • Loading branch information
Guangwen Feng committed Apr 15, 2021
1 parent c5642b7 commit 312f83b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/storage/es/mappings/mapping.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
)

//go:embed *.json
// MAPPINGS contains embeded index templates.
// MAPPINGS contains embedded index templates.
var MAPPINGS embed.FS

// MappingBuilder holds parameters required to render an elasticsearch index template
Expand Down

0 comments on commit 312f83b

Please sign in to comment.