From 43bfff1c37a60b8e5ff897386fb835e7b0586f5f Mon Sep 17 00:00:00 2001 From: Infinixius <68125679+Infinixius@users.noreply.github.com> Date: Sun, 19 Feb 2023 22:01:49 +0000 Subject: [PATCH] Fix typo --- src/doc/src/reference/manifest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/src/reference/manifest.md b/src/doc/src/reference/manifest.md index 954cfe674c9..49d5b96c690 100644 --- a/src/doc/src/reference/manifest.md +++ b/src/doc/src/reference/manifest.md @@ -84,7 +84,7 @@ a keyword. [crates.io] imposes even more restrictions, such as: - Only ASCII characters are allowed. - Do not use reserved names. -- Do not use special Windows name such as "nul". +- Do not use special Windows names such as "nul". - Use a maximum of 64 characters of length. [alphanumeric]: ../../std/primitive.char.html#method.is_alphanumeric