diff options
| author | Tom Kelley <[email protected]> | 2019-08-19 10:14:02 -0700 | 
|---|---|---|
| committer | GitHub <[email protected]> | 2019-08-19 10:14:02 -0700 | 
| commit | 0201937ce74e8dc86f3b07c7a37d88fdccd91f5c (patch) | |
| tree | 622dd7215d68b860676c6e1a22f352301b08f1e3 | |
| parent | 2f30bd2f28f87b80dfa1329f33d4d590a027f6ec (diff) | |
| download | otp-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.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> | 
