@@ -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}