Remove part of JSDoc

This commit is contained in:
Alexandre Alapetite 2022-02-03 16:32:51 +01:00
parent 280d63fde7
commit 2e1e61dabe
No known key found for this signature in database
GPG Key ID: A24378C38E812B23
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@ const { hasOwnProperty } = Object.prototype;
/**
* Safely returns the object construtor name.
* @return {String} the name of the object constructor if it exists, empty string otherwise.
* @memberof @node-red/util_util
*/
function constructorName(obj) {
// Note: This function could be replaced by optional chaining in Node.js 14+: