fixed typo in Windows word (#2889) tmuplayer33

Co-authored-by: Maximilian Kronenbürger <maximilian.kronenbuerger@1und1.de>
This commit is contained in:
Max Kronenbürger 2022-04-27 15:58:24 +02:00 committed by GitHub
parent 6ec8645b8c
commit 692f83ddb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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