diff --git a/text/0000-doctest-name.md b/text/0000-doctest-name.md index 5f290f75f81..73269232649 100644 --- a/text/0000-doctest-name.md +++ b/text/0000-doctest-name.md @@ -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) ```