1
0
mirror of https://github.com/nushell/nushell.git synced 2025-07-08 02:17:22 +02:00

Fix math e usage text ()

Closes 

# Tests + Formatting

Doesn't apply, doc fix
This commit is contained in:
Stefan Holderbach
2022-12-09 09:56:12 +01:00
committed by GitHub
parent b39d797c1f
commit b938adefaa

@ -17,7 +17,7 @@ impl Command for SubCommand {
} }
fn usage(&self) -> &str { fn usage(&self) -> &str {
"Returns the mathematical constant π." "Returns the mathematical constant e (exp(1)/'1 | math exp')."
} }
fn search_terms(&self) -> Vec<&str> { fn search_terms(&self) -> Vec<&str> {