Skip to content

Commit c045a4d

Browse files
authored
minor typo fix
1 parent 071470d commit c045a4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/general-development/keyword-query-language-kql-syntax-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ These queries differ in how the results are ranked. When you use the **WORDS** o
532532

533533
### Wildcard operator
534534

535-
You use the wildcard operator—the asterisk character (" **\*** ")—to enable prefix matching. You can specify part of a word, from the beginning of the word, followed by the wildcard operator, in your query, as follows. This query would match results that include terms beginning with "serv", followed by zero or more characters, such as serve, server, service, and so on:
535+
You use the wildcard operator—the asterisk character (" ***** ")—to enable prefix matching. You can specify part of a word, from the beginning of the word, followed by the wildcard operator, in your query, as follows. This query would match results that include terms beginning with "serv", followed by zero or more characters, such as serve, server, service, and so on:
536536

537537

538538

0 commit comments

Comments
 (0)