Skip to content

Commit d0d581b

Browse files
authored
fix typo (#1674)
1 parent 2754510 commit d0d581b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/suggest-tests.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ The following steps should serve as a rough guide to add suggestions to
5050
as either static or dynamic.
5151
3. Implement the suggestion. If it is dynamic then a test is highly recommended,
5252
to verify that your logic is correct and to give an example of the suggestion.
53-
See the [tests.rs](https://github.com/rust-lang/rust/blob/master/src/tools/suggest-tests/src/static_suggestions.rs)
53+
See the [tests.rs](https://github.com/rust-lang/rust/blob/master/src/tools/suggest-tests/src/tests.rs)
5454
file.
5555
4. Open a PR implementing your suggestion. **(TODO: add example PR)**

0 commit comments

Comments
 (0)