Fix grammar

This commit is contained in:
Ukendio 2024-07-07 05:17:12 +02:00
parent cead7ceafe
commit ec88b25503

View file

@ -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