Browse Source

Fixing typos (#18851)

Itamar Syn-Hershko 9 years ago
parent
commit
5a9303dec2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/reference/search/profile.asciidoc

+ 2 - 2
docs/reference/search/profile.asciidoc

@@ -324,8 +324,8 @@ Looking at the previous example:
 --------------------------------------------------
 
 We see a single collector named `SimpleTopScoreDocCollector`.  This is the default "scoring and sorting" Collector
-used by Elasticsearch.  The `"reason"` field attempts to give an plain english description of the class name.  The
-`"time` is similar to the time in the Query tree: a wall-clock time inclusive of all children.  Similarly, `children` lists
+used by Elasticsearch.  The `"reason"` field attempts to give a plain english description of the class name.  The
+`"time"` is similar to the time in the Query tree: a wall-clock time inclusive of all children.  Similarly, `children` lists
 all sub-collectors.
 
 It should be noted that Collector times are **independent** from the Query times.  They are calculated, combined