aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Kelley <[email protected]>2019-08-19 10:14:02 -0700
committerGitHub <[email protected]>2019-08-19 10:14:02 -0700
commit0201937ce74e8dc86f3b07c7a37d88fdccd91f5c (patch)
tree622dd7215d68b860676c6e1a22f352301b08f1e3
parent2f30bd2f28f87b80dfa1329f33d4d590a027f6ec (diff)
downloadotp-0201937ce74e8dc86f3b07c7a37d88fdccd91f5c.tar.gz
otp-0201937ce74e8dc86f3b07c7a37d88fdccd91f5c.tar.bz2
otp-0201937ce74e8dc86f3b07c7a37d88fdccd91f5c.zip
Add helping verb
Needed a helping verb, added a 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>