1
0
Эх сурвалжийг харах

docs: where did the parens go grrrr

Sv443 1 жил өмнө
parent
commit
a8bcc48270
2 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  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>