From f0ef1fbe3737ce134297992141228b9b22e61543 Mon Sep 17 00:00:00 2001 From: Ben Yang Date: Thu, 25 Jul 2024 10:30:00 +0800 Subject: [PATCH] fix typo. --- crates/nu_plugin_polars/src/dataframe/eager/to_nu.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/nu_plugin_polars/src/dataframe/eager/to_nu.rs b/crates/nu_plugin_polars/src/dataframe/eager/to_nu.rs index 72aff7a728..0647b8d4e3 100644 --- a/crates/nu_plugin_polars/src/dataframe/eager/to_nu.rs +++ b/crates/nu_plugin_polars/src/dataframe/eager/to_nu.rs @@ -23,7 +23,7 @@ impl PluginCommand for ToNu { } fn usage(&self) -> &str { - "Converts a dataframe or an expression into into nushell value for access and exploration." + "Converts a dataframe or an expression into nushell value for access and exploration." } fn signature(&self) -> Signature {