fix pauses
This commit is contained in:
parent
466198cfaf
commit
66445e7975
1 changed files with 2 additions and 2 deletions
|
|
@ -320,8 +320,8 @@ be preferred over //@ error-pattern, //@ error-pattern is imprecise and non-exha
|
|||
|
||||
### `error-pattern`
|
||||
|
||||
The `error-pattern` [directive](directives.md) can be used for runtime messages, which don't
|
||||
have a specific span, or in exceptional cases, for compile time messages.
|
||||
The `error-pattern` [directive](directives.md) can be used for runtime messages which don't
|
||||
have a specific span, or, in exceptional cases, for compile time messages.
|
||||
|
||||
Let's think about this test:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue