From 59ef19ae203e4345ca3a83cd2b54adbf15c95fb2 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Wed, 10 Apr 2024 17:04:16 -0700 Subject: [PATCH] Fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ebeb44c..a342a0b 100644 --- a/README.md +++ b/README.md @@ -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.