From 438ebe501320ac731aadcd94e7239a8778407b4a Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Sat, 23 Feb 2019 13:07:35 +1100 Subject: Jsdoc updates --- src/js/utils/urls.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/js/utils/urls.js') diff --git a/src/js/utils/urls.js b/src/js/utils/urls.js index 3ebe622e..843c6aa6 100644 --- a/src/js/utils/urls.js +++ b/src/js/utils/urls.js @@ -6,8 +6,8 @@ import is from './is'; /** * Parse a string to a URL object - * @param {string} input - the URL to be parsed - * @param {boolean} safe - failsafe parsing + * @param {String} input - the URL to be parsed + * @param {Boolean} safe - failsafe parsing */ export function parseUrl(input, safe = true) { let url = input; -- cgit v1.2.3