Skip to content

Commit eb7f82b

Browse files
authored
🐛fix(java): frontend inoffensive typo.
1 parent fd28c5e commit eb7f82b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/compiler/languages/java.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ local M = {}
55
--- Frontend - options displayed on telescope
66
M.options = {
77
{ text = "Build and run program (class)", value = "option1" },
8-
{ text = "Build progrm (class)", value = "option2" },
8+
{ text = "Build program (class)", value = "option2" },
99
{ text = "Run program (class)", value = "option3" },
1010
{ text = "Build solution (class)", value = "option4" },
1111
{ text = "", value = "separator" },

0 commit comments

Comments
 (0)