From d6df367c6b005b9a928b000e56e9212cf815192f Mon Sep 17 00:00:00 2001 From: Programming is fun Date: Sat, 25 Sep 2021 11:25:00 +0200 Subject: [PATCH] Corrected typo (#4040) It is not BSON but SQLite --- crates/nu_plugin_to_sqlite/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/nu_plugin_to_sqlite/Cargo.toml b/crates/nu_plugin_to_sqlite/Cargo.toml index 2f8526b2c8..1dcf9b3e01 100644 --- a/crates/nu_plugin_to_sqlite/Cargo.toml +++ b/crates/nu_plugin_to_sqlite/Cargo.toml @@ -1,6 +1,6 @@ [package] authors = ["The Nu Project Contributors"] -description = "A converter plugin to the bson format for Nushell" +description = "A converter plugin to the SQLite format for Nushell" edition = "2018" license = "MIT" name = "nu_plugin_to_sqlite"