= Grammar issue

This commit is contained in:
Matthew Cech
2020-03-26 17:53:47 -07:00
parent 2981a7bdc4
commit 844edc8084
+1 -1
View File
@@ -48,7 +48,7 @@ public class NetworkColiru
// If we got a valid response... // If we got a valid response...
if(!result.isEmpty()) 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; return result;