Fix section-title typos for docs in #1735 (#1736)

* fix typo in flatten/unflatten doc section titles

* run `make docs`
This commit is contained in:
John Kerl 2024-12-23 14:19:51 -05:00 committed by GitHub
parent cc1cd954ea
commit 0060cceafc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 18 deletions

View file

@ -392,15 +392,6 @@ f.g 6
]
</pre>
## Non-inferencing cases
An additional heuristic is that if a field name starts with a `.`, ends with
a `.`, or has two or more consecutive `.` characters, no attempt is made
to unflatten it on conversion from non-JSON to JSON.
## Manual control
## Manual control
To see what our options are for manually controlling flattening and

View file

@ -174,15 +174,6 @@ GENMD-RUN-COMMAND
mlr --icsv --ojson cat data/flatten-dots.csv
GENMD-EOF
## Non-inferencing cases
An additional heuristic is that if a field name starts with a `.`, ends with
a `.`, or has two or more consecutive `.` characters, no attempt is made
to unflatten it on conversion from non-JSON to JSON.
## Manual control
## Manual control
To see what our options are for manually controlling flattening and