Skip to content

Commit f2145f7

Browse files
authored
docs: clarify that ignore skips evaluation and type-checking (#3038)
1 parent a6d3450 commit f2145f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runtime/reference/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ If no language identifier is specified then the language is inferred from media
4141
type of the source document that the code block is extracted from.
4242

4343
Another attribute supported is `ignore`, which tells the test runner to skip
44-
type-checking the code block.
44+
evaluation and type-checking of the code block.
4545

4646
````ts
4747
/**

0 commit comments

Comments
 (0)