diff --git a/src/utils.ts b/src/utils.ts index f7182d44b4..d6b3170349 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -167,8 +167,6 @@ export const detectDirective = function (text, type = null) { }; /** - * > > > > > > > Develop - * * @function isSubstringInArray Detects whether a substring in present in a given array * @param {string} str The substring to detect * @param {Array} arr The array to search