There was an error while loading. Please reload this page.
1 parent 1fd3a0d commit abb9066Copy full SHA for abb9066
CONTRIBUTING.md
@@ -38,7 +38,7 @@ Algorithms should be packaged in a way that would make it easy for readers to pu
38
39
Algorithms should:
40
* 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
+* use JavaScript naming conventions and intuitive variable names to ease comprehension
42
* be flexible to take different input values
43
* have Javascript type hints for their input parameters and return values
44
* raise Javascript exceptions (ValueError, etc.) on erroneous input values
0 commit comments