Skip to content

Commit 7ec8b13

Browse files
grammar fix
1 parent 51d63db commit 7ec8b13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/enrich-processor/convert-processor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Specifying `auto` will attempt to convert a string-valued `field` into the close
2727
lose precision, and will give positive or negative infinity if out of range for a 32-bit floating point value).
2828
- A string representing a floating point number in decimal, scientific, or hex format (e.g. `"123.0"`, `"123.45"`, `"1.23e2"`, or `"0x1.ecp6"`) will be converted to a `Float` (and may lose precision, and will give positive or negative infinity if out of range for a 32-bit floating point value).
2929

30-
Using `auto` with to convert a `field` which is either not a `String` or a `String` which cannot be will leave the field
30+
Using `auto` to convert a `field` which is either not a `String` or a `String` which cannot be will leave the field
3131
value as-is. In such a case, `target_field` will be updated with the unconverted field value.
3232

3333
:::{tip}

0 commit comments

Comments
 (0)