diff options
Diffstat (limited to 'juk/HACKING')
-rw-r--r-- | juk/HACKING | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juk/HACKING b/juk/HACKING index 47ddf410..4d9f7781 100644 --- a/juk/HACKING +++ b/juk/HACKING @@ -84,7 +84,7 @@ Spaces ================================================================================ Spaces should not be used between the conditional / loop type and the -conditional statement. They should also not be used after tqparenthesis. However +conditional statement. They should also not be used after parenthesis. However the should be to mark of mathematical or comparative operators. if ( foo == bar ) |