diff options
author | C Jaswanth kumar reddy <jaswanth424@gmail.com> | 2022-12-07 14:52:48 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-07 14:52:48 -0500 |
commit | 15d6a71c03d2187322b5210dbc02e22fb147feb7 (patch) | |
tree | d34e0898dcccd993f51e739c29de2f59d5c3c035 /system/doc | |
parent | b3a6256695c1afdd1f8760e087c0464891b0a869 (diff) | |
download | erlang-15d6a71c03d2187322b5210dbc02e22fb147feb7.tar.gz |
Typo. use "as follows" instead of "a follows"
In the "List Operations" section, write "The procedure is as follows" instead of "The procedure is a follows".
Diffstat (limited to 'system/doc')
-rw-r--r-- | system/doc/reference_manual/expressions.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/doc/reference_manual/expressions.xml b/system/doc/reference_manual/expressions.xml index b5b920cc79..003c959687 100644 --- a/system/doc/reference_manual/expressions.xml +++ b/system/doc/reference_manual/expressions.xml @@ -956,7 +956,7 @@ Expr1 -- Expr2</pre> <p>The list concatenation operator <c>++</c> appends its second argument to its first and returns the resulting list.</p> <p>The list subtraction operator <c>--</c> produces a list that - is a copy of the first argument. The procedure is a follows: + is a copy of the first argument. The procedure is as follows: for each element in the second argument, the first occurrence of this element (if any) is removed.</p> <p><em>Example:</em></p> |