fixed typo

This commit is contained in:
Gani Georgiev
2026-02-24 15:19:25 +02:00
parent d5d8decf6e
commit 27ab2d45e8
2 changed files with 3264 additions and 3264 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -265,7 +265,7 @@ declare function arrayOf<T>(model: T): Array<T>;
* ` + "`" + `json.Marshal/Unmarshal` + "`" + ` methods under the hood.
*
* The data argument could be anything serializable, usually a plain object (map).
* The dst argument culd be any pointer value, usually a model instance.
* The dst argument could be any pointer value, usually a model instance.
*
* Example:
*