diff --git a/lib/legacy/class.js b/lib/legacy/class.js index a7bde03aac..fcd4db52c6 100644 --- a/lib/legacy/class.js +++ b/lib/legacy/class.js @@ -33,7 +33,7 @@ let metaProps = { * @template T * @param {!Object|!Array} behaviors Behavior object or array of behaviors. * @param {function(new:T)} klass Element class. - * @return {function(new:T)} Returns a new Element class extended by the + * @return {?} Returns a new Element class extended by the * passed in `behaviors` and also by `LegacyElementMixin`. * @suppress {invalidCasts, checkTypes} */