Skip to content

Commit 51028c4

Browse files
authored
Fix typo in CONTRIBUTING.md (TheAlgorithms#630)
1 parent 0bf1025 commit 51028c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Being a contributor at The Algorithms, we request you to follow the points menti
3838

3939
- Please use the directory structure of the repository.
4040
- Make sure the file extensions should be `*.go`.
41-
- Use meaning variable names.
41+
- Use meaningful variable names.
4242
- Use standard library inside your code and avoid to import packages from other repositories
4343
- If an implementation of the algorithm already exists, please refer to the [filename section below](#new-file-name-guidelines).
4444
- You can suggest reasonable changes to existing algorithms.

0 commit comments

Comments
 (0)