From 68407f90491972e10cf5f3a400c07a0566217c5a Mon Sep 17 00:00:00 2001 From: Federico Maria Morrone Date: Tue, 14 May 2024 10:28:00 +0200 Subject: [PATCH] fix typo in x86_64-unknown-linux-none docs Co-authored-by: Trevor Gross --- src/doc/rustc/src/platform-support/x86_64-unknown-linux-none.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/rustc/src/platform-support/x86_64-unknown-linux-none.md b/src/doc/rustc/src/platform-support/x86_64-unknown-linux-none.md index 90bafa7e4fba8..5608b5cb77811 100644 --- a/src/doc/rustc/src/platform-support/x86_64-unknown-linux-none.md +++ b/src/doc/rustc/src/platform-support/x86_64-unknown-linux-none.md @@ -12,7 +12,7 @@ Freestanding x86-64 linux binary with no dependency on libc. This target is cross compiled and can be built from any host. -This target has no support for host tools, std and alloc. +This target has no support for host tools, std, or alloc. ## Building the target