From becd1d3bcebd907d264809a7e33477312a3013a9 Mon Sep 17 00:00:00 2001 From: Kevin Schaaf Date: Thu, 13 Apr 2017 11:33:13 -0700 Subject: [PATCH] [ci skip] Fix comment. --- lib/mixins/property-effects.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mixins/property-effects.html b/lib/mixins/property-effects.html index 06ef7eeded..93d1bdeaeb 100644 --- a/lib/mixins/property-effects.html +++ b/lib/mixins/property-effects.html @@ -2005,7 +2005,7 @@ * * @param {HTMLTemplateElement} template Template containing binding * bindings - * @param {boolean=} runtimeBinding When false (default), performs + * @param {boolean=} instanceBinding When false (default), performs * "prototypical" binding of the template and overwrites any previously * bound template for the class. When true (as passed from * `_stampTemplate`), the template info is instanced and linked into