diff options
author | Lukas Larsson <[email protected]> | 2019-02-04 09:41:33 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2019-02-04 09:41:33 +0100 |
commit | 29f09d4ef93b94d92f57045712e2c395902e0893 (patch) | |
tree | 3c26d0e65573af46be2f4466f6654ce8702ccd05 | |
parent | 8ffb4e56172909b3b1acadaf7e9ec8f7dbe2c3e0 (diff) | |
parent | f7f7eb56bcd84a169b64def603ff6f9313f2f3dd (diff) | |
download | otp-29f09d4ef93b94d92f57045712e2c395902e0893.tar.gz otp-29f09d4ef93b94d92f57045712e2c395902e0893.tar.bz2 otp-29f09d4ef93b94d92f57045712e2c395902e0893.zip |
Merge pull request #2128 from amatalai/fix-typo-in-erlang-xml
Fix typo in erlang.xml
-rw-r--r-- | erts/doc/src/erlang.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml index 0536f4745f..6932b18571 100644 --- a/erts/doc/src/erlang.xml +++ b/erts/doc/src/erlang.xml @@ -8381,7 +8381,7 @@ Metadata = #{ pid => pid(), system time</seealso> that is used by the runtime system.</p> <p>The list contains two-tuples with <c>Key</c>s as first element, and <c>Value</c>s as second element. The - order if these tuples is undefined. The following + order of these tuples is undefined. The following tuples can be part of the list, but more tuples can be introduced in the future:</p> <taglist> |