From 844edc8084ca5e3d33b0774a844c5297f623e455 Mon Sep 17 00:00:00 2001 From: Matthew Cech Date: Thu, 26 Mar 2020 17:53:47 -0700 Subject: [PATCH] = Grammar issue --- src/network/NetworkColiru.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/network/NetworkColiru.java b/src/network/NetworkColiru.java index ceb475c..5357b7b 100644 --- a/src/network/NetworkColiru.java +++ b/src/network/NetworkColiru.java @@ -48,7 +48,7 @@ public class NetworkColiru // If we got a valid response... if(!result.isEmpty()) { - result = "Here's what happened when I went to compiled that! \n```" + result + "```"; + result = "Here's what happened when I went to compile that! \n```" + result + "```"; } return result;