1
0
Fork 0

rpn(1): minor change

This commit is contained in:
Emma Tebibyte 2024-02-01 23:35:49 -07:00
parent b35f87bd27
commit 258881dbb2
Signed by untrusted user: emma
GPG Key ID: 06FA419A1698C270
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ extern crate sysexits;
use sysexits::EX_DATAERR;
#[derive(Clone, Copy, PartialEq, PartialOrd, Debug)]
// enum CalcType is a type containing operations used in the calculator.
// enum CalcType is a type containing operations used in the calculator
enum CalcType {
Add,
Subtract,