mirror of
https://github.com/nushell/nushell
synced 2024-11-15 17:27:58 +00:00
Fix math e
usage text (#7406)
Closes #7401 # Tests + Formatting Doesn't apply, doc fix
This commit is contained in:
parent
b39d797c1f
commit
b938adefaa
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ impl Command for SubCommand {
|
|||
}
|
||||
|
||||
fn usage(&self) -> &str {
|
||||
"Returns the mathematical constant π."
|
||||
"Returns the mathematical constant e (exp(1)/'1 | math exp')."
|
||||
}
|
||||
|
||||
fn search_terms(&self) -> Vec<&str> {
|
||||
|
|
Loading…
Reference in a new issue