Small change to style guide.

This commit is contained in:
Paul Romano 2012-10-14 11:23:51 -04:00
parent 9cbfc5333e
commit fa5af5de1c

View file

@ -27,7 +27,7 @@ enhance code readability or otherwise.
Always include comments to describe what your code is doing. Do not be afraid of
using copious amounts of comments.
Use <, >, <=, and >= rather than .lt., .gt., .le., and .ge..
Use <, >, <=, >=, ==, and /= rather than .lt., .gt., .le., .ge., .eq., and .ne.
Try to keep code within 80 columns when possible.