mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 05:38:19 +02:00
fix typo, update some examples and regenerate docs (#4718)
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user