From def3a9916ba1e9a8ea4bd48391ce135603fb61af Mon Sep 17 00:00:00 2001 From: nodiscc Date: Mon, 25 Sep 2023 01:01:50 +0200 Subject: [PATCH] fix quotes in platforms/java.yml --- platforms/java.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platforms/java.yml b/platforms/java.yml index 22cffba29a..0959dbd91a 100644 --- a/platforms/java.yml +++ b/platforms/java.yml @@ -1,2 +1,2 @@ name: Java -description: "[Java](https://en.wikipedia.org/wiki/Java_(programming_language)) is a general-purpose, high-level, class-based, object-oriented programming language that is designed to have as few implementation dependencies as possible. Compiled Java code can run on all platforms that support Java without the need to recompile."" +description: "[Java](https://en.wikipedia.org/wiki/Java_(programming_language)) is a general-purpose, high-level, class-based, object-oriented programming language that is designed to have as few implementation dependencies as possible. Compiled Java code can run on all platforms that support Java without the need to recompile."