We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc4f553 commit b2b5483Copy full SHA for b2b5483
templates/switchers.js
@@ -104,7 +104,7 @@ const _navigate_to_first_existing = async (urls) => {
104
};
105
106
/**
107
- * Callback for the version switcher.
+ * Navigate to the selected version.
108
* @param {Event} event
109
* @returns {void}
110
* @private
@@ -135,7 +135,7 @@ const _on_version_switch = async (event) => {
135
136
137
138
- * Callback for the language switcher.
+ * Navigate to the selected language.
139
140
141
@@ -161,7 +161,7 @@ const _on_language_switch = async (event) => {
161
162
163
164
- * Initialisation function for the version and language switchers.
+ * Set up the version and language switchers.
165
166
167
*/
0 commit comments