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) => {
104
104
} ;
105
105
106
106
/**
107
- * Callback for the version switcher .
107
+ * Navigate to the selected version .
108
108
* @param {Event } event
109
109
* @returns {void }
110
110
* @private
@@ -135,7 +135,7 @@ const _on_version_switch = async (event) => {
135
135
} ;
136
136
137
137
/**
138
- * Callback for the language switcher .
138
+ * Navigate to the selected language .
139
139
* @param {Event } event
140
140
* @returns {void }
141
141
* @private
@@ -161,7 +161,7 @@ const _on_language_switch = async (event) => {
161
161
} ;
162
162
163
163
/**
164
- * Initialisation function for the version and language switchers.
164
+ * Set up the version and language switchers.
165
165
* @returns {void }
166
166
* @private
167
167
*/
You can’t perform that action at this time.
0 commit comments