Change "array scalars" to "arrays"

This commit is contained in:
neuroevolutus 2023-03-11 21:02:22 -06:00
parent a3ca396832
commit 3cd679738d
2 changed files with 2 additions and 2 deletions

View File

@ -309,7 +309,7 @@ cat,"thing1,thing2",true,3.40
dog,thing3,false,12
```
## Encode array of array scalars as tsv string
## Encode array of arrays as tsv string
Scalars are strings, numbers and booleans.
Given a sample.yml file of:

View File

@ -179,7 +179,7 @@ var encoderDecoderOperatorScenarios = []expressionScenario{
},
},
{
description: "Encode array of array scalars as tsv string",
description: "Encode array of arrays as tsv string",
subdescription: "Scalars are strings, numbers and booleans.",
document: `[[cat, "thing1,thing2", true, 3.40], [dog, thing3, false, 12]]`,
expression: `@tsv`,