2
0
zOxta 10 жил өмнө
parent
commit
71cedfc848
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      src/util/lang.js

+ 1 - 1
src/util/lang.js

@@ -13,7 +13,7 @@ exports.isLiteral = function (exp) {
 }
 
 /**
- * Check is a string starts with $ or _
+ * Check if a string starts with $ or _
  *
  * @param {String} str
  * @return {Boolean}