Procházet zdrojové kódy

Fix toValue => valueOf

Alexander Zaytsev před 9 roky
rodič
revize
064dc9dd28
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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=[]