Skip to content

Commit 294a905

Browse files
committed
fix(stub): fix typo language name
1 parent be533fa commit 294a905

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runner/src/main/resources/view/stub.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@
166166
<option selected="selected">Java</option>
167167
<option>Kotlin</option>
168168
<option>Lua</option>
169-
<option>Objectivec</option>
170-
<option>Ocaml</option>
169+
<option>ObjectiveC</option>
170+
<option>OCaml</option>
171171
<option>Pascal</option>
172172
<option>Perl</option>
173173
<option>PHP</option>

0 commit comments

Comments
 (0)