Skip to content

Commit 5627bdd

Browse files
committed
casing info fix
1 parent 1232666 commit 5627bdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING_GUIDE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Some important scripts in the package.json file are:
4242

4343
### File names
4444

45-
File names must be all snakecase names that specify the function or class that is inside. E.g `labelEncoder.ts` houses the class `LabelEncoder`. `trainTestSplit.ts` contains the function `trainTestSplit`.
45+
File names must be all lowerCamelCase names that specify the function or class that is inside. E.g `labelEncoder.ts` houses the class `LabelEncoder`. `trainTestSplit.ts` contains the function `trainTestSplit`.
4646

4747
### Source file structure
4848

0 commit comments

Comments
 (0)