aboutsummaryrefslogtreecommitdiffstats
path: root/erts/doc/src/erlang.xml
diff options
context:
space:
mode:
authorChristopher Keele <[email protected]>2018-06-24 01:33:31 -0700
committerChris Keele <[email protected]>2018-06-24 01:40:05 -0700
commitfedc1bb5ff55d4a153f89bb5c41caaff697039e2 (patch)
treefa04ca6ad1d728947f0689a99cf15a421db2c407 /erts/doc/src/erlang.xml
parentebb767a2656a4d604e6f860cc03cbb4c0b0aecb8 (diff)
downloadotp-fedc1bb5ff55d4a153f89bb5c41caaff697039e2.tar.gz
otp-fedc1bb5ff55d4a153f89bb5c41caaff697039e2.tar.bz2
otp-fedc1bb5ff55d4a153f89bb5c41caaff697039e2.zip
Add missing bracket to erlang:spawn_opt/4 priority option docs
Diffstat (limited to 'erts/doc/src/erlang.xml')
-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">