1
0
Fork 0

rpn(1): typo

This commit is contained in:
Emma Tebibyte 2024-02-07 19:12:31 -07:00
parent af53375ff2
commit b95b198923
Signed by untrusted user: emma
GPG Key ID: 06FA419A1698C270
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ impl Display for CalcType {
Multiply => "multiplication",
Divide => "division",
Power => "exponentiation",
Floor => "floor divion",
Floor => "floor division",
Modulo => "modulus",
Val(x) => {
y = x.to_string(); &y