Skip to content

Commit

Permalink
Merge pull request #3 from PROMETHIA-27/patch-1
Browse files Browse the repository at this point in the history
Replace "Clojure" with "Closure"
  • Loading branch information
genaray authored Nov 4, 2024
2 parents e537d88 + 40d59c9 commit 789e2f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/optimizations/pass-on-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ description: How do I actually pass data to the commands that I issue to my enti

# Pass on data

## Clojure
## Closure

Look, we have an intruder here! It's time to send our army there to eliminate the threat. But how do we even do that?

The easiest way is to transfer the value directly to the [query](../query.md). This is called **Clojure**. It is simple, but not particularly efficient. For most purposes, however, it will suffice.
The easiest way is to transfer the value directly to the [query](../query.md). This is called **Closure**. It is simple, but not particularly efficient. For most purposes, however, it will suffice.

<pre class="language-csharp"><code class="lang-csharp"><a data-footnote-ref href="#user-content-fn-1">var intruderPosition = DetectIntruder();</a>
World.Query(in queryDesc, (ref Position pos, ref Velocity vel) => {
Expand Down

0 comments on commit 789e2f9

Please sign in to comment.