From 808fe496a6da1ef114b287de6edd91b2686fc773 Mon Sep 17 00:00:00 2001 From: Chris Gillespie <6572184+gillespiecd@users.noreply.github.com> Date: Wed, 14 Oct 2020 02:45:32 -0700 Subject: [PATCH] Fix typo in test support crate description (#2669) --- crates/nu-test-support/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/nu-test-support/Cargo.toml b/crates/nu-test-support/Cargo.toml index 0cba7fd1c..a46d64a0a 100644 --- a/crates/nu-test-support/Cargo.toml +++ b/crates/nu-test-support/Cargo.toml @@ -1,6 +1,6 @@ [package] authors = ["The Nu Project Contributors"] -description = "A source string characterizer for Nushell" +description = "Support for writing Nushell tests" edition = "2018" license = "MIT" name = "nu-test-support"