Fix math e usage text (#7406)

Closes #7401

# 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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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> {