chore: fix typos (#4921)

Signed-off-by: co63oc <co63oc@users.noreply.github.com>
This commit is contained in:
co63oc
2025-09-16 14:07:00 +08:00
committed by GitHub
parent 60b39ce2d7
commit 44bee1b138
10 changed files with 24 additions and 24 deletions
@@ -115,7 +115,7 @@ The library uses the following mapping from JSON values types to BJData types ac
}
```
Likewise, when a JSON object in the above form is serialzed using
Likewise, when a JSON object in the above form is serialized using
[`to_bjdata`](../../api/basic_json/to_bjdata.md), it is automatically converted into a compact BJData ND-array. The
only exception is, that when the 1-dimensional vector stored in `"_ArraySize_"` contains a single integer or two
integers with one being 1, a regular 1-D optimized array is generated.