Fix jsdoc

This commit is contained in:
Ankit Saini
2022-11-09 21:53:51 +05:30
parent 7b42a912e9
commit 7c98f8e354

View File

@@ -184,7 +184,7 @@ function removeLocalReferenceFromPath(refValue) {
/**
* Removes local pointer inside a path
* Unescape ~1 character
* Unescape ~0 and ~1 character
* @param {string} refValue - value of the $ref property
* @returns {string} - the calculated and unescaped path
*/