diff options
| author | Loïc Hoguin <[email protected]> | 2015-10-22 03:13:31 +0200 |
|---|---|---|
| committer | Loïc Hoguin <[email protected]> | 2015-10-22 03:13:31 +0200 |
| commit | 6d153edf86adc5f842cfd957f6816533eeb97263 (patch) | |
| tree | 47e87c01602b7bb24dc9cf74081a573f9d63ef87 | |
| parent | dc70d8147f53a284cc2e056455a659d81db5738d (diff) | |
| download | erlang.mk-6d153edf86adc5f842cfd957f6816533eeb97263.tar.gz erlang.mk-6d153edf86adc5f842cfd957f6816533eeb97263.tar.bz2 erlang.mk-6d153edf86adc5f842cfd957f6816533eeb97263.zip | |
Fix a small typo
| -rw-r--r-- | doc/src/guide/why.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/guide/why.asciidoc b/doc/src/guide/why.asciidoc index 37aa676..3a84940 100644 --- a/doc/src/guide/why.asciidoc +++ b/doc/src/guide/why.asciidoc @@ -55,7 +55,7 @@ build tool can't easily: choose what version of Erlang is to be used for compiling the project. This really is a one-liner in Erlang.mk (a few more lines -if you also let it download about build Erlang directly) +if you also let it download and build Erlang directly) and allows for even greater things, like testing your project across all supported Erlang versions in one small command: `make -k ci`. |
