fix typo, queyr -> query

This commit is contained in:
Taran McVay 2025-05-27 18:05:59 +01:00 committed by GitHub
parent 740647104b
commit 077030738a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@ type Observer = {
type Monitor = { type Monitor = {
callback: (jecs.Entity, jecs.Entity) -> (), callback: (jecs.Entity, jecs.Entity) -> (),
queyr: jecs.Query<any> query: jecs.Query<any>
} }
export type PatchedWorld = jecs.World & { export type PatchedWorld = jecs.World & {