mirror of
https://github.com/danbulant/nushell
synced 2026-05-26 21:42:15 +00:00
Fix typo in test support crate description (#2669)
This commit is contained in:
parent
2fb48bd6ac
commit
808fe496a6
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
authors = ["The Nu Project Contributors"]
|
authors = ["The Nu Project Contributors"]
|
||||||
description = "A source string characterizer for Nushell"
|
description = "Support for writing Nushell tests"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
name = "nu-test-support"
|
name = "nu-test-support"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue