You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ Algorithms should:
40
40
* have intuitive class and function names that make their purpose clear to readers
41
41
* use JavaScript naming conventions and intuitive variable names to ease comprehension
42
42
* be flexible to take different input values
43
-
* raise Javascript exceptions (ValueError, etc.) on erroneous input values
43
+
* raise JavaScript exceptions (RangeError, etc.) on erroneous input values
44
44
45
45
Algorithms in this repo should not be how-to examples for existing Javascript packages. Instead, they should perform internal calculations or manipulations to convert input values into different output values. Those calculations or manipulations can use data types, classes, or functions of existing Javascript packages but each algorithm in this repo should add unique value.
0 commit comments