Skip to content

Commit

Permalink
Merge pull request #4614 from salvador-barboza/master
Browse files Browse the repository at this point in the history
Fix typo in  runBindingEffect documentation
  • Loading branch information
kevinpschaaf authored May 22, 2017
2 parents c4e516f + 6bd8dcf commit 7d5e448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mixins/property-effects.html
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@
* Implements the "binding" (property/path binding) effect.
*
* Note that binding syntax is overridable via `_parseBindings` and
* `_evaluateBindings`. This method will call `_evaluateBinding` for any
* `_evaluateBinding`. This method will call `_evaluateBinding` for any
* non-literal parts returned from `_parseBindings`. However,
* there is no support for _path_ bindings via custom binding parts,
* as this is specific to Polymer's path binding syntax.
Expand Down

0 comments on commit 7d5e448

Please sign in to comment.