Author: wangsh
Date: Sat Jun 20 12:02:32 2015
New Revision: 1686580
URL: http://svn.apache.org/r1686580
Log:
fix typos
Modified:
incubator/singa/site/trunk/content/markdown/develop/contribute-code.md
Modified: incubator/singa/site/trunk/content/markdown/develop/contribute-code.md
URL:
http://svn.apache.org/viewvc/incubator/singa/site/trunk/content/markdown/develop/contribute-code.md?rev=1686580&r1=1686579&r2=1686580&view=diff
==============================================================================
--- incubator/singa/site/trunk/content/markdown/develop/contribute-code.md
(original)
+++ incubator/singa/site/trunk/content/markdown/develop/contribute-code.md Sat
Jun 20 12:02:32 2015
@@ -1,10 +1,10 @@
-## how to Contribute Code
+## How to Contribute Code
_____
-### coding Style
+### Coding Style
-the SINGA codebase follows the [Google C++ Style
Guide](http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml)
+The SINGA codebase follows the [Google C++ Style
Guide](http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml)
To check if your code follows the style, you can use the cpplint tool: