From abb90661a52bd2efafb5b615a47bc53727f38954 Mon Sep 17 00:00:00 2001 From: vinayak Date: Sun, 3 May 2020 20:07:47 +0530 Subject: [PATCH] Update CONTRIBUTING.md Co-authored-by: Christian Clauss --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6fc8f7515..51c84074b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -38,7 +38,7 @@ Algorithms should be packaged in a way that would make it easy for readers to pu Algorithms should: * have intuitive class and function names that make their purpose clear to readers -* use Javascript naming conventions and intuitive variable names to ease comprehension +* use JavaScript naming conventions and intuitive variable names to ease comprehension * be flexible to take different input values * have Javascript type hints for their input parameters and return values * raise Javascript exceptions (ValueError, etc.) on erroneous input values