Skip to content

Commit

Permalink
Update main.rs
Browse files Browse the repository at this point in the history
Fix typo.

Signed-off-by: T Kumagai <4956799+friendbear@users.noreply.github.com>
  • Loading branch information
friendbear authored Jan 29, 2024
1 parent d5da249 commit cd7b066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fn main() {
fn hello_world(_: T, _: V) -> U;
}

/// Snum
/// Enum
enum MyEnum {
// Lannguage, year
Programming(Vec<(String, u8)>),
Expand Down

0 comments on commit cd7b066

Please sign in to comment.