Replace @see with See.

This commit is contained in:
Tim Schaub
2018-07-19 08:37:32 -06:00
parent d46471d763
commit e1e34e5636
12 changed files with 15 additions and 15 deletions

View File

@@ -6,8 +6,8 @@
/**
* Polyfill for Object.assign(). Assigns enumerable and own properties from
* one or more source objects to a target object.
* See https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Object/assign.
*
* @see https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
* @param {!Object} target The target object.
* @param {...Object} var_sources The source object(s).
* @return {!Object} The modified target object.