Skip to content

Commit

Permalink
docs: update configuration warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Sep 12, 2022
1 parent 5307b1e commit 9552fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ declare module 'abitype' {
```

> **Warning**
> When configuring these options, there are trade-offs. For example, increasing the upper bound on fixed-length arrays will make your types more exhaustive, but will also slow down the compiler for type checking, autocomplete, etc.
> When configuring `ArrayMaxDepth`, `FixedArrayMinLength`, and `FixedArrayMaxLength`, there are trade-offs. For example, choosing large numbers for `ArrayMaxDepth` and increasing the range between `FixedArrayMinLength` and `FixedArrayMaxLength` will make your types more exhaustive, but will also slow down the compiler for type checking, autocomplete, etc.
## Support

Expand Down

0 comments on commit 9552fe2

Please sign in to comment.