From 447e9facaed2e86f57e60630b84c4666107da65c Mon Sep 17 00:00:00 2001 From: Lars Frost <larsf@fsmpi.rwth-aachen.de> Date: Sun, 22 Sep 2024 20:49:49 +0200 Subject: [PATCH] Fix grammar --- sections/unity.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sections/unity.typ b/sections/unity.typ index 89c79e2..665b2e5 100644 --- a/sections/unity.typ +++ b/sections/unity.typ @@ -5,7 +5,7 @@ Unity is a proprietary engine that might be used at no cost for small projects (see the #link("https://unity.com/legal/eula")[EULA] and whatever you have to consent, when downloading a license key). It only officially supports C\# as scripting language. Other .NET language might work, but I discourage using them, -and recommend stick to the only language that is well tested, where bugs are fixed, +and recommend sticking to the only language that is well tested, where bugs are fixed, and that is used in all Unity documentation. T obtain Unity, use #link("https://docs.unity3d.com/hub/manual/InstallHub.html")[UnityHub]. -- GitLab