Skip to content

Commit 5c1b4e7

Browse files
itsvinayakcclauss
andauthored
Update CONTRIBUTING.md
Co-authored-by: Christian Clauss <[email protected]>
1 parent 31cd69e commit 5c1b4e7

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
@@ -71,7 +71,7 @@ To maximize the readability and correctness of our code, we require that new sub
7171
7272
```
7373
- Avoid using global variables and avoid '=='
74-
- use 'let' over 'var'
74+
- Please use 'let' over 'var'
7575
- Better to use ECMAScript 6
7676
- Avoid importing external libraries for basic algorithms. Only use those libraries for complicated algorithms.
7777

0 commit comments

Comments
 (0)