Skip to content

Commit 05d6ea7

Browse files
committed
Fix typo in docs
Signed-off-by: Adam Glustein <adam.glustein@point72.com>
1 parent da7599d commit 05d6ea7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/wiki/api-references/csp.Struct-API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ By default, CSP Struct objects allow any field to be unset. This means that acce
159159

160160
- **Default:** `True` (for backwards compatibility)
161161
- **When set to `False`:** Enforces *strict struct semantics* — required fields must be set at initialization.
162-
- Note that `del struct.field` is not allowed for stric structs — this will raise an error. As a result, for any strict struct, `hasattr(struct, field)` always returns True for any defined field.
162+
- Note that `del struct.field` is not allowed for strict structs — this will raise an error. As a result, for any strict struct, `hasattr(struct, field)` always returns True for any defined field.
163163
- A non-strict struct may not inherit (directly or indirectly) from a strict base.
164164

165165
### Semantics when `allow_unset=False`

0 commit comments

Comments
 (0)