Skip to content

Commit

Permalink
Update coding-best-practices.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrahan41 committed Dec 17, 2020
1 parent c3b1f1d commit 7205f45
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 @@ -19,7 +19,7 @@ your code. Let’s take a look at some naming conventions.
#### Multiword Delimited

This convention is to separate words in a variable name without the
use of white space. White space within variables is usually difficult
use of whitespace. Whitespace within variables is usually difficult
for programming languages to interpret. Because of this variables
must be delimited in some way. Here are several delimiting conventions
commonly used in code:
Expand Down

0 comments on commit 7205f45

Please sign in to comment.