diff --git a/src/lib/bind/accessors.html b/src/lib/bind/accessors.html index 66175dea..fdd93f15 100644 --- a/src/lib/bind/accessors.html +++ b/src/lib/bind/accessors.html @@ -143,7 +143,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN var EFFECT_ORDER = { 'compute': 0, 'annotation': 1, - 'computedAnnotation': 2, + 'annotatedComputation': 2, 'reflect': 3, 'notify': 4, 'observer': 5,