Skip to content

Commit

Permalink
Fix math e usage text (#7406)
Browse files Browse the repository at this point in the history
Closes #7401

# Tests + Formatting

Doesn't apply, doc fix
  • Loading branch information
sholderbach committed Dec 9, 2022
1 parent b39d797 commit b938ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/nu-command/src/math/euler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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> {
Expand Down

0 comments on commit b938ade

Please sign in to comment.