Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
fix typos in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelw committed Apr 8, 2014
1 parent cb07976 commit c007279
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/observe.js
Expand Up @@ -422,8 +422,8 @@
* TODO(rafaelw): Implement "garbage collection". In order to move work off
* the critical path, when Observers are closed, their observed objects are
* not Object.unobserve(d). As a result, it's possible that if the observedSet
* is kept open, but some Observers have been closed, it could case "leaks"
* (reprevent otherwise collectable objects from being collected). At some
* is kept open, but some Observers have been closed, it could cause "leaks"
* (prevent otherwise collectable objects from being collected). At some
* point, we should implement incremental "gc" which keeps a list of
* observedSets which may need clean-up and does small amounts of cleanup on a
* timeout until all is clean.
Expand Down

0 comments on commit c007279

Please sign in to comment.