Skip to content

Commit 321787a

Browse files
Fix typo "Spacial" to "Spatial" in tag-table.md (#1041)
## Changes The tag as shown in MicroProfiler is "frameStep/SpatialFilter" not "frameStep/SpacialFilter". I fixed the spelling. ## Checks By submitting your pull request for review, you agree to the following: - [X] This contribution was created in whole or in part by me, and I have the right to submit it under the terms of this repository's open source licenses. - [X] I understand and agree that this contribution and a record of it are public, maintained indefinitely, and may be redistributed under the terms of this repository's open source licenses. - [X] To the best of my knowledge, all proposed changes are accurate.
1 parent d315d95 commit 321787a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en-us/studio/microprofiler/tag-table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ When threads aren't actively performing tasks, they enter a sleep state, with ta
344344
<td>Reduce the amount and complexity of physically simulated bodies.</td>
345345
</tr>
346346
<tr>
347-
<td>Simulation/physicsSteppedTotal/physicsStepped/SpacialFilter/filterStep</td>
347+
<td>Simulation/physicsSteppedTotal/physicsStepped/SpatialFilter/filterStep</td>
348348
<td>Updates simulation islands, arranging parts according to network ownership, local simulation. Islands are non-interacting groups of parts which can be simulated independently.</td>
349349
<td>Avoid setting network ownership frequently. Keep groups of parts far enough away from each other so they can be simulated separately.</td>
350350
</tr>

0 commit comments

Comments
 (0)