diff --git a/utils/doclint/xmlDocumentation.js b/utils/doclint/xmlDocumentation.js index cca6c1b4fe..898e924147 100644 --- a/utils/doclint/xmlDocumentation.js +++ b/utils/doclint/xmlDocumentation.js @@ -122,7 +122,7 @@ function _wrapAndEscape(node, maxColumns = 0) { return `${linkName}`; }); text = text.replace(/(? ``); - text = text.replace(/`([^`]*)`/g, (match, code) => `${code.replace('<', '<').replace('>', '>')}`); + text = text.replace(/`([^`]*)`/g, (match, code) => `${code.replace(//g, '>')}`); text = text.replace(/ITimeoutError/, 'TimeoutException'); text = text.replace(/Promise/, 'Task');