Auto merge of #11741 - Infinixius:patch-1, r=weihanglo

Fix typo

```diff
- Do not use special Windows name such as "nul".
+ Do not use special Windows names such as "nul".
```
This commit is contained in:
bors 2023-02-20 14:19:44 +00:00
commit 9608f69b64

View file

@ -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