aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2019-08-21 10:57:16 +0200
committerGitHub <[email protected]>2019-08-21 10:57:16 +0200
commit44655c3ed728771b791af56efb9188855058c40f (patch)
tree5a53ffdb6ae4bd08fdf60014764c2efd782fd880
parentefe616ac2a43f0b45fbb909d28b48616ba5637ac (diff)
parent0201937ce74e8dc86f3b07c7a37d88fdccd91f5c (diff)
downloadotp-44655c3ed728771b791af56efb9188855058c40f.tar.gz
otp-44655c3ed728771b791af56efb9188855058c40f.tar.bz2
otp-44655c3ed728771b791af56efb9188855058c40f.zip
Merge pull request #2352 from distortedsignal/patch-2
Add helping verb
-rw-r--r--erts/doc/src/erlc.xml2
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>