Skip to content

Commit

Permalink
Ensure argument types match.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed Feb 6, 2019
1 parent e3c6b25 commit 42735d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mixins/property-accessors.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 42735d1

Please sign in to comment.