File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
quickwit/quickwit-common/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Conversion from a type to itself is omitted. Conversions that never succeed and
4444| date | text | convert to rfc3339 textual representation |
4545| ip | text | convert to IPv6 representation. For IPv4, convert to IPv4-mapped IPv6 address (` ::ffff:1.2.3.4 ` ) |
4646| bool | text | convert to "true" or false" |
47- | u64/i64/f64 | bool | convert 0/0.0 to false and 1/1.0 to true, otherise omit |
47+ | u64/i64/f64 | bool | convert 0/0.0 to false and 1/1.0 to true, otherwise omit |
4848| text | bool | convert if "true" or "false" (lowercase), otherwise omit |
4949| text | ip | convert if valid IPv4 or IPv6, otherwise omit |
5050| text | f64 | convert if valid floating point number, otherwise omit |
Original file line number Diff line number Diff line change @@ -312,7 +312,7 @@ mod tests {
312312 #[ test]
313313 fn test_get_from_env ( ) {
314314 // SAFETY: this test may not be entirely sound if not run with nextest or --test-threads=1
315- // as this is only a test, and it would be extremly inconvenient to run it in a different
315+ // as this is only a test, and it would be extremely inconvenient to run it in a different
316316 // way, we are keeping it that way
317317
318318 const TEST_KEY : & str = "TEST_KEY" ;
You can’t perform that action at this time.
0 commit comments