Skip to content

Commit 552950a

Browse files
committed
cleaning some comments
1 parent 032cab1 commit 552950a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pub trait Operation {
2828
}
2929

3030

31-
//this should contain infix notation(3+4), reverse polish notation, ..
31+
//this should contain infix notation(3+4) and reverse polish notation(34+)
3232
pub struct OperationInfo {
3333
pub infix: Vec<char>,
3434
pub reverse_pn: Vec<String>,

0 commit comments

Comments
 (0)