Skip to content

Commit 8c2aa0f

Browse files
itsvinayakcclauss
andauthored
Update CONTRIBUTING.md
Co-authored-by: Christian Clauss <[email protected]>
1 parent 5267cba commit 8c2aa0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ To maximize the readability and correctness of our code, we require that new sub
7272
```
7373
- Avoid using global variables and avoid '=='
7474
- Please use 'let' over 'var'
75-
- Better to use ECMAScript 6
75+
- We strongly recommend the use of ECMAScript 6
7676
- Avoid importing external libraries for basic algorithms. Only use those libraries for complicated algorithms.
7777
7878

0 commit comments

Comments
 (0)