about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-10-22 10:08:46 +0200
committerGitHub <noreply@github.com>2024-10-22 10:08:46 +0200
commit31a9d741ecc80e98b893e34ac6a4900db8c6d8aa (patch)
tree17b842ff54daf65f574e5baa144099f8d385c79b
parent703b042be8782cf207dd80ea559b047e3093a469 (diff)
parent3952d493a7308e430678f7b32ccd848b0363ff76 (diff)
downloadrust-31a9d741ecc80e98b893e34ac6a4900db8c6d8aa.tar.gz
rust-31a9d741ecc80e98b893e34ac6a4900db8c6d8aa.zip
Rollup merge of #132021 - tshepang:patch-2, r=workingjubilee
nuttx.md: typo
-rw-r--r--src/doc/rustc/src/platform-support/nuttx.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc/src/platform-support/nuttx.md b/src/doc/rustc/src/platform-support/nuttx.md
index cbbede45f52..433a092aab2 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]