mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-09 21:26:49 +08:00
fixed typo in Windows word (#2889) tmuplayer33
Co-authored-by: Maximilian Kronenbürger <maximilian.kronenbuerger@1und1.de>
This commit is contained in:
parent
6ec8645b8c
commit
692f83ddb2
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
"length": 62
|
||||
},
|
||||
{
|
||||
"text": "public enum OperatingSystem {\n\tOSX, WIndows, LINUX;\n\tpublic String toString() {\n\t\tswitch(this) {\n\t\t\tcase OSX: return \"Mac OS\",\n\t\t\tcase WINDOWS: return \"Windows\";\n\t\t\tcase LINUX: return \"Linux\";\n\t\t}\n\t}\n}",
|
||||
"text": "public enum OperatingSystem {\n\tOSX, Windows, LINUX;\n\tpublic String toString() {\n\t\tswitch(this) {\n\t\t\tcase OSX: return \"Mac OS\",\n\t\t\tcase WINDOWS: return \"Windows\";\n\t\t\tcase LINUX: return \"Linux\";\n\t\t}\n\t}\n}",
|
||||
"id": 5,
|
||||
"source": "Community contribution",
|
||||
"length": 201
|
||||
|
|
Loading…
Reference in a new issue