File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ const _navigate_to_first_existing = async (urls) => {
104104} ;
105105
106106/**
107- * Callback for the version switcher .
107+ * Navigate to the selected version .
108108 * @param {Event } event
109109 * @returns {void }
110110 * @private
@@ -135,7 +135,7 @@ const _on_version_switch = async (event) => {
135135} ;
136136
137137/**
138- * Callback for the language switcher .
138+ * Navigate to the selected language .
139139 * @param {Event } event
140140 * @returns {void }
141141 * @private
@@ -161,7 +161,7 @@ const _on_language_switch = async (event) => {
161161} ;
162162
163163/**
164- * Initialisation function for the version and language switchers.
164+ * Set up the version and language switchers.
165165 * @returns {void }
166166 * @private
167167 */
You can’t perform that action at this time.
0 commit comments