Browse Source

[DOCS] Fix a doc typo in MapperPlugin.java (#69034)

This commit fixes a documentation typo in MapperPlugin.java

Signed-off-by: Jangho Seo <jangho@jangho.io>
Jangho Seo 4 years ago
parent
commit
d4343c7c85
1 changed files with 1 additions and 1 deletions
  1. 1 1
      server/src/main/java/org/elasticsearch/plugins/MapperPlugin.java

+ 1 - 1
server/src/main/java/org/elasticsearch/plugins/MapperPlugin.java

@@ -35,7 +35,7 @@ public interface MapperPlugin {
     }
 
     /**
-     * Returss the runtime field implementations added by this plugin.
+     * Returns the runtime field implementations added by this plugin.
      * <p>
      * The key of the returned {@link Map} is the unique name for the field type which will be used
      * as the mapping {@code type}, and the value is a {@link RuntimeFieldType.Parser} to parse the