Skip to content

Commit

Permalink
fix: duplicate key - lua -> rust
Browse files Browse the repository at this point in the history
  • Loading branch information
MindTooth committed Aug 12, 2023
1 parent e8da171 commit 1708b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const languages = {
html: hljs.highlight(luatxt, { language: "lua" }).value,
name: "Lua",
},
lua: {
rust: {
html: hljs.highlight(rusttxt, { language: "rust" }).value,
name: "Rust",
},
Expand Down

0 comments on commit 1708b92

Please sign in to comment.