Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
Co-Authored-By: kevinpschaaf <kschaaf@google.com>
  • Loading branch information
Steve Orvell and kevinpschaaf committed Apr 12, 2019
1 parent b065d14 commit 61715f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mixins/property-effects.js
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ const enqueueEffectsFor = (prop, computeEffects, queue, order, hasPaths) => {
* (defined as number properties it depends on, including its method for
* "dynamic functions"). Any properties that have no dependencies are added to
* the `ready` queue, which are properties whose order can be added to the final
* order map. Properties are popped off the `ready` one by one and a.) added as
* order map. Properties are popped off the `ready` queue one by one and a.) added as
* the next property in the order map, and b.) each property that it is a
* dependency for has its dep count decremented (and if that property's dep
* count goes to zero, it is added to the `ready` queue), until all properties
Expand Down

0 comments on commit 61715f1

Please sign in to comment.