Reverted example

This commit is contained in:
NotTheDr01ds 2024-06-20 12:25:31 -04:00
parent 5fef4298c6
commit 9b34810ec1

View File

@ -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,
},
]