Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mte90 committed Sep 28, 2016
1 parent b4926cb commit 112121c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions glotdict.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down Expand Up @@ -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) {
Expand Down

0 comments on commit 112121c

Please sign in to comment.