aboutsummaryrefslogtreecommitdiffstats
path: root/erts/doc
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2018-06-28 11:58:27 +0200
committerGitHub <[email protected]>2018-06-28 11:58:27 +0200
commit431ba3068937350bfa21cc274ab06c2fc36b739e (patch)
treeda4721c53102c15f9cf03d6df1a4fb9aeee9d282 /erts/doc
parent91126f5c5608b489008b0363b229bb695a77ce27 (diff)
parentfedc1bb5ff55d4a153f89bb5c41caaff697039e2 (diff)
downloadotp-431ba3068937350bfa21cc274ab06c2fc36b739e.tar.gz
otp-431ba3068937350bfa21cc274ab06c2fc36b739e.tar.bz2
otp-431ba3068937350bfa21cc274ab06c2fc36b739e.zip
Merge pull request #1848 from christhekeele/patch-1
Add missing bracket to erlang:spawn_opt/4 docs priority tuple option
Diffstat (limited to 'erts/doc')
-rw-r--r--erts/doc/src/erlang.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml
index b39d0e5e23..0a98e9c822 100644
--- a/erts/doc/src/erlang.xml
+++ b/erts/doc/src/erlang.xml
@@ -6170,7 +6170,7 @@ true</pre>
<p>Monitors the new process (like
<seealso marker="#monitor/2"><c>monitor/2</c></seealso> does).</p>
</item>
- <tag><c>{priority, <anno>Level</anno></c></tag>
+ <tag><c>{priority, <anno>Level</anno>}</c></tag>
<item>
<p>Sets the priority of the new process. Equivalent to
executing <seealso marker="#process_flag_priority">