Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry S committed Nov 21, 2017
1 parent 1891297 commit 36214e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Include in your project
<script src="<path>/extensions.js"></script>
```

This library uses a variant of the naming convention known as [Hungarian Notation](https://en.wikipedia.org/wiki/Hungarian_notation) for variable names. Simply put the variable name is prefixed with the first letter of the data type the variable is.
This library uses a variant of the naming convention known as [Hungarian Notation](https://en.wikipedia.org/wiki/Hungarian_notation) for variable names. Simply put the variable name is prefixed with the first letter of the data type that the variable is.

| Prefix | Data Type | Example |
| ------ | ---------- | -------- |
Expand Down

0 comments on commit 36214e6

Please sign in to comment.