rpn(1): minor change
This commit is contained in:
parent
b35f87bd27
commit
258881dbb2
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user