Skip to content

Commit

Permalink
Update text/0580-destroyables.md
Browse files Browse the repository at this point in the history
Co-Authored-By: Robert Jackson <me@rwjblue.com>
  • Loading branch information
Chris Garrett and rwjblue authored Mar 4, 2020
1 parent 785d185 commit 923af42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/0580-destroyables.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ Destruction via `destroy()` follows these steps:
4. Schedule setting destroyable such that `isDestroyed(destroyable)` returns `true`

This algorithm results in the entire tree of destroyables being first marked as
destroyed, then having all of their destructors called, and finally all being
destroying, then having all of their destructors called, and finally all being
marked as `isDestroyed`. There won't be any in between states where some items
are marked as `isDestroying` while destroying, while others are not.

Expand Down

0 comments on commit 923af42

Please sign in to comment.