diff --git a/README.md b/README.md index 74e0a42..2a0802e 100644 --- a/README.md +++ b/README.md @@ -201,8 +201,8 @@ query := donburi.NewQuery( filter.Contains(Sprite), filter.Contains(Text), filter.Contains(Shape), - ) - ) + ), + ), ) // In our query we can check if the entity has some of the optional components before attempting to retrieve them