Skip to content

Commit

Permalink
Update JSDoc comments in switchers.js
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Oct 31, 2024
1 parent cc4f553 commit b2b5483
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/switchers.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const _navigate_to_first_existing = async (urls) => {
};

/**
* Callback for the version switcher.
* Navigate to the selected version.
* @param {Event} event
* @returns {void}
* @private
Expand Down Expand Up @@ -135,7 +135,7 @@ const _on_version_switch = async (event) => {
};

/**
* Callback for the language switcher.
* Navigate to the selected language.
* @param {Event} event
* @returns {void}
* @private
Expand All @@ -161,7 +161,7 @@ const _on_language_switch = async (event) => {
};

/**
* Initialisation function for the version and language switchers.
* Set up the version and language switchers.
* @returns {void}
* @private
*/
Expand Down

0 comments on commit b2b5483

Please sign in to comment.