Skip to content

Commit

Permalink
Auto merge of #11741 - Infinixius:patch-1, r=weihanglo
Browse files Browse the repository at this point in the history
Fix typo

```diff
- Do not use special Windows name such as "nul".
+ Do not use special Windows names such as "nul".
```
  • Loading branch information
bors committed Feb 20, 2023
2 parents eff8d69 + 43bfff1 commit 9608f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/src/reference/manifest.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9608f69

Please sign in to comment.