rpn(1): minor change

This commit is contained in:
2024-02-01 23:35:49 -07:00
parent b35f87bd27
commit 258881dbb2

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,