diff --git a/evinser.js b/evinser.js index c4fc862a8f..4ad8c2e7c7 100644 --- a/evinser.js +++ b/evinser.js @@ -1199,9 +1199,9 @@ export const framePicker = (dfFrames) => { /** * Method to simplify types. For example, arrays ending with [] could be simplified. - * + * * @param {string} typeFullName Full name of the type to simplify - * @returns + * @returns Simplified type string */ export const simplifyType = (typeFullName) => { return typeFullName.replace("[]", "");