Răsfoiți Sursa

chore: fix comment typo (#6573)

correct "a input" to "an input"
samayo 8 ani în urmă
părinte
comite
3f42562de7
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      dist/vue.js

+ 1 - 1
dist/vue.js

@@ -83,7 +83,7 @@ function toString (val) {
 }
 
 /**
- * Convert a input value to a number for persistence.
+ * Convert an input value to a number for persistence.
  * If the conversion fails, return original string.
  */
 function toNumber (val) {