Skip to content

Commit 1b3e2c2

Browse files
DQNEOkaplanlior
authored andcommitted
Fix doc (svn -> git)
1 parent cbc98df commit 1b3e2c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CODING_STANDARDS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ Exceptions:
5959
you're calling.
6060

6161
7. When commenting out code using a #if statement, do NOT use 0 only. Instead
62-
use "<svn username here>_0". For example, #if FOO_0, where FOO is your
63-
svn user foo. This allows easier tracking of why code was commented out,
62+
use "<git username here>_0". For example, #if FOO_0, where FOO is your
63+
git user foo. This allows easier tracking of why code was commented out,
6464
especially in bundled libraries.
6565

6666
8. Do not define functions that are not available. For instance, if a

0 commit comments

Comments
 (0)