Skip to content

Commit

Permalink
fix comment in main.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
chengr4 committed Feb 24, 2024
1 parent b1151e6 commit b61965d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rfcalc"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
authors = ["R4 Cheng <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ enum Functions {
HW { num: u64 },
/// `c <N> <K>`: Calculate the combination of N choose K
C { n: u64, k: u64 },
/// Calculate bytes with their respective units
/// Calculate the difference in bytes by how many times
Bytes { expression: String },
}

Expand Down

0 comments on commit b61965d

Please sign in to comment.