mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Fix typo in source code comment
This commit is contained in:
parent
0e0bba25c1
commit
aa372a1707
@ -76,7 +76,7 @@ declare namespace RED {
|
|||||||
*/
|
*/
|
||||||
function compareObjects(obj1: any, obj2: any): boolean;
|
function compareObjects(obj1: any, obj2: any): boolean;
|
||||||
/**
|
/**
|
||||||
* Generates a psuedo-unique-random id.
|
* Generates a pseudo-unique-random id.
|
||||||
* @return {string} a random-ish id
|
* @return {string} a random-ish id
|
||||||
* @memberof @node-red/util_util
|
* @memberof @node-red/util_util
|
||||||
*/
|
*/
|
||||||
|
@ -27,7 +27,7 @@ const util = require("util");
|
|||||||
const { hasOwnProperty } = Object.prototype;
|
const { hasOwnProperty } = Object.prototype;
|
||||||
const log = require("./log")
|
const log = require("./log")
|
||||||
/**
|
/**
|
||||||
* Safely returns the object construtor name.
|
* Safely returns the object constructor name.
|
||||||
* @return {String} the name of the object constructor if it exists, empty string otherwise.
|
* @return {String} the name of the object constructor if it exists, empty string otherwise.
|
||||||
*/
|
*/
|
||||||
function constructorName(obj) {
|
function constructorName(obj) {
|
||||||
@ -37,7 +37,7 @@ function constructorName(obj) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generates a psuedo-unique-random id.
|
* Generates a pseudo-unique-random id.
|
||||||
* @return {String} a random-ish id
|
* @return {String} a random-ish id
|
||||||
* @memberof @node-red/util_util
|
* @memberof @node-red/util_util
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user