Ver Fonte

docs: where did the parens go grrrr

Sv443 há 1 ano atrás
pai
commit
a8bcc48270
2 ficheiros alterados com 2 adições e 2 exclusões
  1. 1 1
      README-summary.md
  2. 1 1
      README.md

+ 1 - 1
README-summary.md

@@ -96,5 +96,5 @@ Or view the documentation of previous major releases: [3.0.0](https://github.com
     // or using object destructuring:
 
     const { clamp } = UserUtils;
-    console.log(clamp(1, 5, 10); // 5
+    console.log(clamp(1, 5, 10)); // 5
     ```

+ 1 - 1
README.md

@@ -100,7 +100,7 @@ View the documentation of previous major releases: [3.0.0](https://github.com/Sv
   // or using object destructuring:
 
   const { clamp } = UserUtils;
-  console.log(clamp(1, 5, 10); // 5
+  console.log(clamp(1, 5, 10)); // 5
   ```
 
 <br><br>