From 9552fe2ad12162d2040c88976637ecf3127aa26c Mon Sep 17 00:00:00 2001 From: Tom Meagher Date: Mon, 12 Sep 2022 11:31:57 -0400 Subject: [PATCH] docs: update configuration warning --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e28ef005..82e5598c 100644 --- a/README.md +++ b/README.md @@ -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