Browse Source

ESQL: Fix typo in docs readme

s/and/are/
Nik Everett 1 year ago
parent
commit
d6d1edd529
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/esql/functions/README.md

+ 1 - 1
docs/reference/esql/functions/README.md

@@ -1,4 +1,4 @@
-The files in these subdirectories and generated by ESQL's test suite:
+The files in these subdirectories are generated by ESQL's test suite:
 * `description` - description of each function scraped from `@FunctionInfo#description`
 * `examples` - examples of each function scraped from `@FunctionInfo#examples`
 * `parameters` - description of each function's parameters scraped from `@Param`