Skip to content

Commit d83397f

Browse files
authored
Merge pull request #199 from codeheart09/contrib-guide-fix
casing info fix
2 parents 1232666 + 5627bdd commit d83397f

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)