浏览代码

Fix toValue => valueOf

Alexander Zaytsev 9 年之前
父节点
当前提交
064dc9dd28
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -459,7 +459,7 @@ The possibilities of backticks were discussed in detail [in the Gitter chat room
 
 
 ### Mapping `toString`
 ### Mapping `toString`
 
 
-Another approach executing functions without parentheses would be to map the `.toString` or `.toValue` method and call implicitly.
+Another approach executing functions without parentheses would be to map the `.toString` or `.valueOf` method and call implicitly.
 
 
 ```js
 ```js
 A=[]
 A=[]