From edd503f618f436d3545df7d4a7ee166ab7d5171f Mon Sep 17 00:00:00 2001 From: Wiktor Kwapisiewicz Date: Wed, 11 Sep 2024 13:20:53 +0200 Subject: [PATCH] Fix a typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d1789f..ef9386e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This crate aims to make it easier to use temporary directories in tests, primarily by calling the `testdir!()` macro somewhere in a test -function. The direcetories are structured per-scope and per-test and +function. The directories are structured per-scope and per-test and will be available for inspection after the test has finished. On subsequent test runs older generations of test directories will be cleaned up.