From 112121cb58e7da453ce8953a61bfc98606d86c43 Mon Sep 17 00:00:00 2001 From: Daniele Scasciafratte Date: Wed, 28 Sep 2016 23:30:14 +0200 Subject: [PATCH] fix docs --- glotdict.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/glotdict.js b/glotdict.js index 32d5403..374e91a 100644 --- a/glotdict.js +++ b/glotdict.js @@ -36,9 +36,9 @@ jQuery(document).ready(function () { /** * Add the term in the page with the HTML code compatible with GlotPress * - * @param String word The term. - * @param String element The div box. - * @param String item The glossary term. + * @param {string} word The term. + * @param {string} element The div box. + * @param {string} item The glossary term. * @returns void */ function gd_add_term_json(word, element, item) { @@ -131,7 +131,7 @@ jQuery(document).ready(function () { /** * Get the glossary file saved * - * @param String lang The language. + * @param {string} lang The language. * @returns Array */ function gd_glossary_cached(lang) {