From 42735d110cd27b5353a921d465c333ffc83282d7 Mon Sep 17 00:00:00 2001 From: Kevin Schaaf Date: Wed, 6 Feb 2019 09:39:10 -0800 Subject: [PATCH] Ensure argument types match. --- lib/mixins/property-accessors.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mixins/property-accessors.js b/lib/mixins/property-accessors.js index 074abdea74..bfa7f33a7e 100644 --- a/lib/mixins/property-accessors.js +++ b/lib/mixins/property-accessors.js @@ -164,7 +164,7 @@ export const PropertyAccessors = dedupingMixin(superClass => { * setter at instance time. This method is provided as an override * point for customizing or providing more efficient initialization. * - * @param {!Object} props Bag of property values that were overwritten + * @param {Object} props Bag of property values that were overwritten * when creating property accessors. * @return {void} * @protected