Skip to content

Commit 1fd205b

Browse files
committed
fix: beam language option name
1 parent c9056ec commit 1fd205b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/App/Widgets/Options.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ let private targetSetting (target : string) dispatch =
225225
option "Python"
226226
option "Rust"
227227
option "Dart"
228-
option "Erlang/BEAM"
228+
option "BEAM"
229229
]
230230
]
231231
]

0 commit comments

Comments
 (0)