From 3952d493a7308e430678f7b32ccd848b0363ff76 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Tue, 22 Oct 2024 05:36:39 +0200 Subject: [PATCH] nuttx.md: typo --- src/doc/rustc/src/platform-support/nuttx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/rustc/src/platform-support/nuttx.md b/src/doc/rustc/src/platform-support/nuttx.md index cbbede45f52f3..433a092aab22a 100644 --- a/src/doc/rustc/src/platform-support/nuttx.md +++ b/src/doc/rustc/src/platform-support/nuttx.md @@ -35,7 +35,7 @@ The following target names are defined: ## Building the target -The target can be built by enabled in the `rustc` build: +The target can be built by enabling it in the `rustc` build: ```toml [build]