Skip to content

Commit

Permalink
Fix typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Apr 11, 2024
1 parent 3eb5c5a commit 59ef19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -75,7 +75,7 @@ To test just one source file, use:
```
cargo test -- ui trybuild=example.rs
```
where `ui` is the name of the `#[test]` funtion that invokes `trybuild`, and
where `ui` is the name of the `#[test]` function that invokes `trybuild`, and
`example.rs` is the name of the file to test.

<br>
Expand Down

0 comments on commit 59ef19a

Please sign in to comment.