Skip to content

Commit abb9066

Browse files
itsvinayakcclauss
andauthored
Update CONTRIBUTING.md
Co-authored-by: Christian Clauss <cclauss@me.com>
1 parent 1fd3a0d commit abb9066

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
@@ -38,7 +38,7 @@ Algorithms should be packaged in a way that would make it easy for readers to pu
3838

3939
Algorithms should:
4040
* have intuitive class and function names that make their purpose clear to readers
41-
* use Javascript naming conventions and intuitive variable names to ease comprehension
41+
* use JavaScript naming conventions and intuitive variable names to ease comprehension
4242
* be flexible to take different input values
4343
* have Javascript type hints for their input parameters and return values
4444
* raise Javascript exceptions (ValueError, etc.) on erroneous input values

0 commit comments

Comments
 (0)