Fix typo in source code comment

This commit is contained in:
Rotzbua
2024-05-12 18:16:55 +02:00
parent 0e0bba25c1
commit aa372a1707
2 changed files with 3 additions and 3 deletions

View File

@@ -76,7 +76,7 @@ declare namespace RED {
*/
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
* @memberof @node-red/util_util
*/