We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd28c5e commit eb7f82bCopy full SHA for eb7f82b
1 file changed
lua/compiler/languages/java.lua
@@ -5,7 +5,7 @@ local M = {}
5
--- Frontend - options displayed on telescope
6
M.options = {
7
{ text = "Build and run program (class)", value = "option1" },
8
- { text = "Build progrm (class)", value = "option2" },
+ { text = "Build program (class)", value = "option2" },
9
{ text = "Run program (class)", value = "option3" },
10
{ text = "Build solution (class)", value = "option4" },
11
{ text = "", value = "separator" },
0 commit comments