diff options
author | Raj Shah <32351151+rnshah9@users.noreply.github.com> | 2020-11-08 22:52:59 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-08 22:52:59 -0700 |
commit | a12fb51cab9cf63f5d794938a0d4e660ef533ea8 (patch) | |
tree | 545cef5fd81834de3df94ae3324072608236ae00 /erts | |
parent | 410afa1468284da0ab97cc70762fc028e0d2a262 (diff) | |
download | erlang-a12fb51cab9cf63f5d794938a0d4e660ef533ea8.tar.gz |
Typo fix in escript_cmd
Subject-verb agreement
Diffstat (limited to 'erts')
-rw-r--r-- | erts/doc/src/escript_cmd.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/doc/src/escript_cmd.xml b/erts/doc/src/escript_cmd.xml index b80a7bbf2b..b234b6752c 100644 --- a/erts/doc/src/escript_cmd.xml +++ b/erts/doc/src/escript_cmd.xml @@ -101,7 +101,7 @@ usage: factorial integer</pre> a normal Erlang module. The first line is intended to be the interpreter line, which invokes <c>escript</c>.</p> <p>However, if you invoke the <c>escript</c> as follows, - the contents of the first line does not matter, but it + the contents of the first line do not matter, but it cannot contain Erlang code as it will be ignored:</p> <pre> $ <input>escript factorial 5</input></pre> |