Skip to content

Commit

Permalink
Fixed typo (#244)
Browse files Browse the repository at this point in the history
Single character typo fix
  • Loading branch information
semicolony committed Jun 7, 2023
1 parent 3d7c3af commit c8a44a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/programming/coding-best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ variable’s function. The Camelcase notation is used to delimit
words.

```c++
arrDistrubuteGroup //Array called “Distribute Group”
arrDistributeGroup //Array called “Distribute Group”
sUserName //String called “User Name”
iRandomSeed //Integer called “Random Seed”
```
Expand Down

0 comments on commit c8a44a9

Please sign in to comment.