diff --git a/docs/advanced.md b/docs/advanced.md index 02d81db..03175da 100644 --- a/docs/advanced.md +++ b/docs/advanced.md @@ -55,7 +55,7 @@ const config: HardhatUserConfig = { // noticeable performance impact reportPureAndViewMethods: true, - // This option can add several seconds to test startup time if you have + // This option can add SIGNIFICANT LAG to test startup time if you have // 100's of contracts in your project. (It parses all the sources in your dependency tree // to identify state variable declarations) excludeAutoGeneratedGetters: true,