diff --git a/crates/nu-command/src/generators/cal.rs b/crates/nu-command/src/generators/cal.rs index 2a0a73e22f..cb4a3e00b3 100644 --- a/crates/nu-command/src/generators/cal.rs +++ b/crates/nu-command/src/generators/cal.rs @@ -87,7 +87,7 @@ impl Command for Cal { }, Example { description: "How many Friday the 13ths occurred in 2015", - example: "cal --as-table --full-year 2015 | where {$it.fr == 13} | length", + example: "cal --as-table --full-year 2015 | where fr == 13 | length", result: None, }, ]