Skip to content

Commit f280407

Browse files
committed
Fix parser test directory name in dev docs
1 parent 96309ba commit f280407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dev/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ The results are 100% Rust specific though.
308308
Test for parser (`ra_parser`) live in `ra_syntax` crate (see `test_data` direcotory).
309309
There are two kinds of tests:
310310

311-
* Manually written test cases in `parser/ok` and `parser/error`
311+
* Manually written test cases in `parser/ok` and `parser/err`
312312
* "Inline" tests in `parser/inline` (these are generated) from comments in `ra_parser` crate.
313313

314314
The purpose of inline tests is not to achieve full coverage by test cases, but to explain to the reader of the code what each particular `if` and `match` is responsible for.

0 commit comments

Comments
 (0)