From 8b8d5f715ed1db0a8af6195b63a5b1e83a8099a2 Mon Sep 17 00:00:00 2001 From: EncodedVenom Date: Sat, 17 May 2025 19:59:09 -0400 Subject: [PATCH] ECS is foreign to everyone --- docs/learn/resources/guides.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/learn/resources/guides.md b/docs/learn/resources/guides.md index a634c2d..3b6a30e 100644 --- a/docs/learn/resources/guides.md +++ b/docs/learn/resources/guides.md @@ -1,6 +1,6 @@ # Guides -ECS is a very foreign concept for those coming from an OOP background. Here's a few resources that the community has compiled about how to use ECS and some of its design choices. +ECS is a very foreign concept. Here's a few resources that the community has compiled about how to use ECS and some of its design choices. See something missing? [Let us know.](/contributing/pull-requests)