docs(processors.lookup): Fix wrong word usage (#13970)

This commit is contained in:
Joshua Powers 2023-09-21 07:44:43 -06:00 committed by GitHub
parent 984d6029ef
commit a9ba23f41a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -90,7 +90,7 @@ keyB,tag-name1,tag-value1
keyZ,tag-name1,tag-value1,...,tag-nameM,tag-valueM keyZ,tag-name1,tag-value1,...,tag-nameM,tag-valueM
``` ```
The formatting uses colons (`,`) as separators and allows for comments defined The formatting uses commas (`,`) as separators and allows for comments defined
as lines starting with a hash (`#`). All lines can have different numbers but as lines starting with a hash (`#`). All lines can have different numbers but
must at least contain three columns and follow the name/value pair format, i.e. must at least contain three columns and follow the name/value pair format, i.e.
there cannot be a name without value. there cannot be a name without value.
@ -108,7 +108,7 @@ keyB,tag-value1,,,,...,
keyZ,tag-value1,...,tag-valueM,..., keyZ,tag-value1,...,tag-valueM,...,
``` ```
The formatting uses colons (`,`) as separators and allows for comments defined The formatting uses commas (`,`) as separators and allows for comments defined
as lines starting with a hash (`#`). All lines __must__ contain the same number as lines starting with a hash (`#`). All lines __must__ contain the same number
of columns. The first non-comment line __must__ contain a header specifying the of columns. The first non-comment line __must__ contain a header specifying the
tag-names. As the first column contains the key to match the first header value tag-names. As the first column contains the key to match the first header value