Skip to content

Commit cc3c07a

Browse files
committed
Use spaces instead of commas
1 parent 9472e1a commit cc3c07a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

text/0000-doctest-name.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,11 @@ Multiple `name=IDENT` words may not appear in a single code block's info
9090
string.
9191

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

9595
````
9696
97-
```rust,name=foo
97+
```rust name=foo
9898
assert!(true)
9999
```
100100

0 commit comments

Comments
 (0)