mirror of
https://github.com/correl/rebar.git
synced 2024-11-14 11:09:35 +00:00
Fix minor typo in CONTRIBUTING.md
This commit is contained in:
parent
c074240b1f
commit
232488c265
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ Committing your changes
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
Please ensure that all commits pass all tests, and do not have extra Dialyzer warnings.
|
Please ensure that all commits pass all tests, and do not have extra Dialyzer warnings.
|
||||||
To do that run `make check`. If you didn't build via `make debug` at first, the beam files in
|
To do that, run `make check`. If you didn't build via `make debug` at first, the beam files in
|
||||||
`ebin/` might be missing debug_info required for [xref](http://www.erlang.org/doc/man/xref.html)
|
`ebin/` might be missing debug_info required for [xref](http://www.erlang.org/doc/man/xref.html)
|
||||||
and [Dialyzer](http://www.erlang.org/doc/man/dialyzer.html), causing a test
|
and [Dialyzer](http://www.erlang.org/doc/man/dialyzer.html), causing a test
|
||||||
failure.
|
failure.
|
||||||
|
|
Loading…
Reference in a new issue