Explorar el Código

chore: fix comment typo (#6573)

correct "a input" to "an input"
samayo hace 8 años
padre
commit
3f42562de7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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) {