From ef78afba27b41fd37850b8eba293db0759947794 Mon Sep 17 00:00:00 2001 From: Michael Schubart Date: Tue, 5 Nov 2024 09:11:44 +0000 Subject: [PATCH] Fix wording (#682) --- insta/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/insta/src/lib.rs b/insta/src/lib.rs index 6aea3b1c..b143dad3 100644 --- a/insta/src/lib.rs +++ b/insta/src/lib.rs @@ -68,7 +68,7 @@ //! directly from `cargo test` and control it via the `INSTA_UPDATE` environment //! variable — see [Updating snapshots](#updating-snapshots) for details. //! -//! You can for instance first run the tests and not write and new snapshots, and +//! You can for instance first run the tests and not write any new snapshots, and //! if you like them run the tests again and update them: //! //! ```text