Skip to content
This repository was archived by the owner on Mar 21, 2024. It is now read-only.

Commit cb61af9

Browse files
committed
fix a typo
1 parent d95e2f7 commit cb61af9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

text/0028-indexing-csv.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ While there's [RFC 4180](https://tools.ietf.org/html/rfc4180) as a try to add a
5252
##### `null` value
5353

5454
- If a field is of type `string`, then an empty cell is considered as a `null` value (e.g. `,,`), anything else is turned into a string value (e.g. `, ,` is a single whitespace string)
55-
- If a field is of type `boolean`, when the trimmed field is empty, it's considered as a `null` value (e.g. `,,` `, ,`); otherwise, Meilisearch tries to parse the number.
56-
- If a field is of type `number`, when the trimmed field is empty, it's considered as a `null` value (e.g. `,,` `, ,`); otherwise, Meilisearch tries to parse the boolean as either `true` or `false`.
55+
- If a field is of type `number`, when the trimmed field is empty, it's considered as a `null` value (e.g. `,,` `, ,`); otherwise, Meilisearch tries to parse the number.
56+
- If a field is of type `boolean`, when the trimmed field is empty, it's considered as a `null` value (e.g. `,,` `, ,`); otherwise, Meilisearch tries to parse the boolean as either `true` or `false`.
5757

5858
##### Example with a comma inside a cell
5959

0 commit comments

Comments
 (0)