From 325f45fa6666f22d52dc17ce834e78dad7101421 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Wed, 4 Aug 2021 00:48:23 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20typo:=20patter=20=E2=86=92=20pattern=20(#?= =?UTF-8?q?3890)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crates/nu-command/src/commands/dataframe/series/contains.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/nu-command/src/commands/dataframe/series/contains.rs b/crates/nu-command/src/commands/dataframe/series/contains.rs index c58e49a0dc..8e0ead876e 100644 --- a/crates/nu-command/src/commands/dataframe/series/contains.rs +++ b/crates/nu-command/src/commands/dataframe/series/contains.rs @@ -16,7 +16,7 @@ impl WholeStreamCommand for DataFrame { } fn usage(&self) -> &str { - "[Series] Checks if a patter is contained in a string" + "[Series] Checks if a pattern is contained in a string" } fn signature(&self) -> Signature { @@ -33,7 +33,7 @@ impl WholeStreamCommand for DataFrame { fn examples(&self) -> Vec { vec![Example { - description: "Returns boolean indicating if patter was found", + description: "Returns boolean indicating if pattern was found", example: "[abc acb acb] | dataframe to-df | dataframe contains ab", result: Some(vec![NuDataFrame::try_from_columns( vec![Column::new(