From 818082d139a2cbd12b861626b77fd3a4e122d285 Mon Sep 17 00:00:00 2001 From: NotTheDr01ds <32344964+NotTheDr01ds@users.noreply.github.com> Date: Thu, 20 Jun 2024 16:27:01 -0400 Subject: [PATCH] Fixed 'typo' identified in CI --- crates/nu-command/src/generators/cal.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/nu-command/src/generators/cal.rs b/crates/nu-command/src/generators/cal.rs index cb4a3e00b3..a257f3ab7c 100644 --- a/crates/nu-command/src/generators/cal.rs +++ b/crates/nu-command/src/generators/cal.rs @@ -86,7 +86,7 @@ impl Command for Cal { result: None, }, Example { - description: "How many Friday the 13ths occurred in 2015", + description: "How many 'Friday the Thirteenths' occurred in 2015?", example: "cal --as-table --full-year 2015 | where fr == 13 | length", result: None, },