Skip to content

Commit 30e8afd

Browse files
committed
Merge pull request #292 from thomshutt/master
Added missing apostrophe (sorry!)
2 parents a4b8a3d + 27ce633 commit 30e8afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/data-locality.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ particle system that will be spawning and killing particles anyway.
615615

616616
OK, this is the last example of a simple technique for making your cache
617617
happier. Say we've got an AI component for some game entity. It has some state
618-
in it -- the animation it's currently playing, a goal position its heading
618+
in it -- the animation it's currently playing, a goal position it's heading
619619
towards, energy level, etc. -- stuff it checks and tweaks every single frame.
620620
Something like:
621621

0 commit comments

Comments
 (0)