mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-07 08:39:22 +00:00
HackStudio: Rename ProjectType::{Javascript -> JavaScript}
This commit is contained in:
parent
85b69e54e4
commit
520d464865
Notes:
sideshowbarker
2024-07-19 06:54:41 +09:00
Author: https://github.com/linusg
Commit: 520d464865
Pull-request: https://github.com/SerenityOS/serenity/pull/2145
3 changed files with 4 additions and 4 deletions
|
@ -36,7 +36,7 @@
|
|||
enum class ProjectType {
|
||||
Unknown,
|
||||
Cpp,
|
||||
Javascript
|
||||
JavaScript
|
||||
};
|
||||
|
||||
class Project {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue