This commit is contained in:
Tnze
2022-11-17 00:32:38 +08:00
parent 7a2b3da584
commit 3e83d1dbca
8 changed files with 9 additions and 9 deletions

View File

@ -118,7 +118,7 @@ for i := 0; i < int(WorldCount); i++ {
}
```
But this is tediously long an not compatible with `p.Scan()` method.
But this is tediously long and not compatible with `p.Scan()` method.
In the latest version, two new types is added: `pk.Ary` and `pk.Opt`. Dedicated to handling "Array of ...." and "
Optional ...." fields.