Selaa lähdekoodia

Fix toValue => valueOf

Alexander Zaytsev 9 vuotta sitten
vanhempi
commit
064dc9dd28
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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`
 
-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
 A=[]