fix typo, update some examples and regenerate docs (#4718)

This commit is contained in:
Justin Ma
2022-03-04 20:10:09 +08:00
committed by GitHub
parent eeef9f27eb
commit 1157fcf372
347 changed files with 436 additions and 374 deletions

View File

@ -40,7 +40,7 @@ impl Command for SubCommand {
fn examples(&self) -> Vec<Example> {
vec![Example {
description: "Evalulate math in the pipeline",
description: "Evaluate math in the pipeline",
example: "'10 / 4' | math eval",
result: Some(Value::Float {
val: 2.5,