From c5d4c61582c8f287b4f7fae16bdbc4b75d0218fe Mon Sep 17 00:00:00 2001 From: Nathan Hammond Date: Thu, 4 May 2023 13:29:19 +0800 Subject: [PATCH] Reword comment. Co-authored-by: Mehul Kar --- cli/internal/util/run_opts.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/internal/util/run_opts.go b/cli/internal/util/run_opts.go index 4c3c4d8a79bef..8c1abb6156608 100644 --- a/cli/internal/util/run_opts.go +++ b/cli/internal/util/run_opts.go @@ -27,7 +27,7 @@ type RunOpts struct { Parallel bool EnvMode EnvMode - // Whether or not to perform framework inference. + // Whether or not to infer the framework for each workspace. FrameworkInference bool // The filename to write a perf profile. Profile string