From af82cf1e3dc44a0d1a0755b98a7437cf78a9524f Mon Sep 17 00:00:00 2001 From: awoo <17804892+awoo-civ@users.noreply.github.com> Date: Wed, 15 Nov 2023 12:29:55 +0000 Subject: [PATCH] Fix english in the docs --- docs/source/getting-started/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/getting-started/cli.md b/docs/source/getting-started/cli.md index 47489d6f8..7907ac7d3 100644 --- a/docs/source/getting-started/cli.md +++ b/docs/source/getting-started/cli.md @@ -33,7 +33,7 @@ inko build hello.inko The resulting executable is located at `./build/hello`. By default the compiler enables a reasonable number of optimisations, without sacrificing compile times. -You can either disable optimisations entirely, of enable more aggressively +You can either disable optimisations entirely, or enable more aggressive optimisations at the cost of compile times increasing: ```bash