diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-10-22 10:08:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-22 10:08:46 +0200 |
| commit | 31a9d741ecc80e98b893e34ac6a4900db8c6d8aa (patch) | |
| tree | 17b842ff54daf65f574e5baa144099f8d385c79b | |
| parent | 703b042be8782cf207dd80ea559b047e3093a469 (diff) | |
| parent | 3952d493a7308e430678f7b32ccd848b0363ff76 (diff) | |
| download | rust-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.md | 2 |
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] |
