diff options
author | Loïc Hoguin <[email protected]> | 2015-12-04 10:54:30 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2015-12-04 10:54:30 +0100 |
commit | 9c1875cb92fe4103558f7d0b27963adbf2eafd66 (patch) | |
tree | a63710f68ce21529d2d45610628c380c72259337 /doc/src/guide | |
parent | 2e6ff3214f13944cb8f25c464e935fbbc3e8f1f8 (diff) | |
download | erlang.mk-9c1875cb92fe4103558f7d0b27963adbf2eafd66.tar.gz erlang.mk-9c1875cb92fe4103558f7d0b27963adbf2eafd66.tar.bz2 erlang.mk-9c1875cb92fe4103558f7d0b27963adbf2eafd66.zip |
Fix formatting again
Diffstat (limited to 'doc/src/guide')
-rw-r--r-- | doc/src/guide/contributing.asciidoc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/src/guide/contributing.asciidoc b/doc/src/guide/contributing.asciidoc index f76be87..cf258c8 100644 --- a/doc/src/guide/contributing.asciidoc +++ b/doc/src/guide/contributing.asciidoc @@ -35,9 +35,8 @@ 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 |