From b7103268f64d7bd8077c9ea0650fed8895f9929d Mon Sep 17 00:00:00 2001 From: GitHubPang <61439577+GitHubPang@users.noreply.github.com> Date: Wed, 2 Jun 2021 09:11:34 +0800 Subject: [PATCH] Fix typo in comment in plugin.go --- monstachemap/plugin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monstachemap/plugin.go b/monstachemap/plugin.go index ba76dd5..69d17be 100644 --- a/monstachemap/plugin.go +++ b/monstachemap/plugin.go @@ -39,7 +39,7 @@ type MapperPluginOutput struct { VersionType string // the version type of the document (internal, external, external_gte) Pipeline string // the pipeline to index with RetryOnConflict int // how many times to retry updates before failing - Skip bool // set to true to indicate the the document should be ignored + Skip bool // set to true to indicate that the document should be ignored ID string // override the _id of the indexed document; not recommended }