Skip to content

Commit eb56b0d

Browse files
Fix line break in "The QUICK brown foxes jumped over the dog!" (#107718) (#107731)
Preformatted strings preserve line breaks, but no line break was intended here. Co-authored-by: 草原狼 <[email protected]>
1 parent 1d3d321 commit eb56b0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/analysis/index-search-time.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ indexed in the `text` field.
8383
8484
Because the field value and query string were analyzed in the same way, they
8585
created similar tokens. The tokens `quick` and `fox` are exact matches. This
86-
means the search matches the document containing `"The QUICK brown foxes jumped
87-
over the dog!"`, just as the user expects.
86+
means the search matches the document containing
87+
`"The QUICK brown foxes jumped over the dog!"`, just as the user expects.
8888
====
8989

9090
[[different-analyzers]]

0 commit comments

Comments
 (0)