From a912e9457191709f8862c9503dfcce808a9f48e2 Mon Sep 17 00:00:00 2001 From: Goswin Date: Thu, 7 May 2026 14:51:33 +0200 Subject: [PATCH] Fix documentation for typed arrays default behavior --- docs/docs/getting-started/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/getting-started/cli.md b/docs/docs/getting-started/cli.md index 5f72c2f..81545d2 100644 --- a/docs/docs/getting-started/cli.md +++ b/docs/docs/getting-started/cli.md @@ -146,7 +146,7 @@ Don't print any log during compilation -Compile numeric arrays as JS typed arrays (default is true for JS, false for TS) +Compile numeric arrays as JS typed arrays (default is true for JS and TS)