Parcourir la source

Merge pull request #1261 from zOxta/dev

Fixed typo
Evan You il y a 10 ans
Parent
commit
1d43566b3b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/util/lang.js

+ 1 - 1
src/util/lang.js

@@ -1,5 +1,5 @@
 /**
- * Check is a string starts with $ or _
+ * Check if a string starts with $ or _
  *
  * @param {String} str
  * @return {Boolean}