Skip to content

Commit b74391b

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

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
@@ -40,7 +40,7 @@ Algorithms should:
4040
* have intuitive class and function names that make their purpose clear to readers
4141
* use JavaScript naming conventions and intuitive variable names to ease comprehension
4242
* 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
4444

4545
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.
4646

0 commit comments

Comments
 (0)