From c8f03591ee82b87d0fc43bc0dd3f745e2ecd809c Mon Sep 17 00:00:00 2001 From: Jacob Date: Wed, 27 Mar 2019 05:35:42 -0300 Subject: [PATCH] Fixed a single typo --- docs/src/commands/build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/commands/build.md b/docs/src/commands/build.md index 00ab2e9..b1769b1 100644 --- a/docs/src/commands/build.md +++ b/docs/src/commands/build.md @@ -37,7 +37,7 @@ of the default `pkg`. The `build` command accepts an optional profile argument: one of `--dev`, `--profiling`, or `--release`. If none is supplied, then `--release` is used. -Th controls whether debug assertions are enabled, debug info is generated, and +This controls whether debug assertions are enabled, debug info is generated, and which (if any) optimizations are enabled. | Profile | Debug Assertions | Debug Info | Optimizations | Notes |