Skip to content

Commit 4d72ec8

Browse files
Apply suggestion from @wyattscarpenter
1 parent bcaef32 commit 4d72ec8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test-data/unit/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ with text "abc..."
3535
in this context; also, in all other contexts, such as line-continuation, the backslash is treated
3636
as it normally would be in a python source file)
3737
- repeating `# E: ` several times in one line indicates multiple expected errors in one line
38-
- `W: ...` and `N: ...` works exactly like `E: ...`, but report a warning and a note respectively
38+
- `W: ...` and `N: ...` work exactly like `E: ...`, but report a warning and a note respectively
3939
- lines that don't contain the above should cause no type check errors
4040
- lines that begin with `--` are test-file-format comments, and will not appear in the tested python
4141
source code

0 commit comments

Comments
 (0)