mirror of
https://github.com/nushell/nushell.git
synced 2024-12-23 15:39:06 +01: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
@ -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 New Issue
Block a user