Browse Source

Fix some formatting issues in the guide

Loïc Hoguin 9 years ago
parent
commit
2e6ff3214f
1 changed files with 3 additions and 2 deletions
  1. 3 2
      doc/src/guide/contributing.asciidoc

+ 3 - 2
doc/src/guide/contributing.asciidoc

@@ -35,8 +35,9 @@ contribute the fix back or become a paying customer.
 
 === Code
 
-The code is located in the 'core/*.mk' and 'plugins/*.mk' files.
-The tests are located in the 'test/Makefile' and 'test/*.mk' files.
+The code is located in the 'core/*.mk'
+and 'plugins/*.mk' files. The tests are located in the
+'test/Makefile' and 'test/*.mk' files.
 
 If you have a fix or a hack for a bug, you should open a
 pull request. Any fix should include a test case that fails