diff options
author | Lukas Larsson <[email protected]> | 2019-08-22 08:39:56 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2019-08-22 08:39:56 +0200 |
commit | 0dff7f73570e371cb4d1b3ac774f10e4064e7b26 (patch) | |
tree | a0404e7dacb474f437d8ef3fd462f946eaadef18 /erts/doc/src/erlc.xml | |
parent | 9f220c8ed81719b3fec4f3032b1140df20ffe046 (diff) | |
parent | 44655c3ed728771b791af56efb9188855058c40f (diff) | |
download | otp-0dff7f73570e371cb4d1b3ac774f10e4064e7b26.tar.gz otp-0dff7f73570e371cb4d1b3ac774f10e4064e7b26.tar.bz2 otp-0dff7f73570e371cb4d1b3ac774f10e4064e7b26.zip |
Merge branch 'maint'
Diffstat (limited to 'erts/doc/src/erlc.xml')
-rw-r--r-- | erts/doc/src/erlc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/doc/src/erlc.xml b/erts/doc/src/erlc.xml index be9b4e8d97..62957d6a50 100644 --- a/erts/doc/src/erlc.xml +++ b/erts/doc/src/erlc.xml @@ -42,7 +42,7 @@ Regardless of which compiler is used, the same flags are used to provide parameters, such as include paths and output directory.</p> <p>The current working directory, <c>"."</c>, is not included - in the code path when running the compiler. This to avoid loading + in the code path when running the compiler. This is to avoid loading Beam files from the current working directory that could potentially be in conflict with the compiler or the Erlang/OTP system used by the compiler.</p> |