doc(struct): update README

This commit is contained in:
Simon Chan 2021-01-19 17:33:50 +08:00
parent 222275b8e0
commit 3aee91c2c9
7 changed files with 238 additions and 173 deletions

View file

@ -40,7 +40,7 @@ export abstract class StructFieldValue<
}
/**
* Gets the actual size of this field. By default, the return value of its `definition.getSize()`
* Gets size of this field. By default, it returns its `definition`'s size.
*
* When overridden in derived classes, can have custom logic to calculate the actual size.
*/