Skip to content

Commit

Permalink
Use spaces instead of commas
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Jan 25, 2023
1 parent c7a08c6 commit bfc5fe4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions text/0000-doctest-name.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ Multiple `name=IDENT` words may not appear in a single code block's info
string.

`name=IDENT` may be combined with existing annotations like `rust` or
`should_panic` by separating the annotations with commas:
`should_panic` by separating the annotations with spaces:

````
```rust,name=foo
```rust name=foo
assert!(true)
```
Expand Down

0 comments on commit bfc5fe4

Please sign in to comment.