From ec88b255036df06132c2f8975ebb0274cce9824f Mon Sep 17 00:00:00 2001 From: Ukendio Date: Sun, 7 Jul 2024 05:17:12 +0200 Subject: [PATCH] Fix grammar --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ff6423..9cd0536 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ The format is based on [Keep a Changelog][kac], and this project adheres to ### Added - Added `query:replace(function(...T) return ...U end)` for replacing components in place - - Method is fast pathed to replacing the data to the components for each corresponding entity + - Method is fast pathed to replace the data to the components for each corresponding entity ### Changed