We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9913fb7 commit 65dabf7Copy full SHA for 65dabf7
web/versioning.js
@@ -53,7 +53,7 @@ function versionSplit(v) {
53
* @return {Number} A negative number if v2 represents a version
54
* smaller than v1 (ignoring the suffix), 0 if
55
* equal (again, ignoring the suffix), and a
56
- * positive number otheriwse.
+ * positive number otherwise.
57
*/
58
function compareVN(v1, v2) {
59
for (var i = 0; i < 3; i++) {
0 commit comments