diff options
author | Christopher Keele <[email protected]> | 2018-06-24 01:33:31 -0700 |
---|---|---|
committer | Chris Keele <[email protected]> | 2018-06-24 01:40:05 -0700 |
commit | fedc1bb5ff55d4a153f89bb5c41caaff697039e2 (patch) | |
tree | fa04ca6ad1d728947f0689a99cf15a421db2c407 | |
parent | ebb767a2656a4d604e6f860cc03cbb4c0b0aecb8 (diff) | |
download | otp-fedc1bb5ff55d4a153f89bb5c41caaff697039e2.tar.gz otp-fedc1bb5ff55d4a153f89bb5c41caaff697039e2.tar.bz2 otp-fedc1bb5ff55d4a153f89bb5c41caaff697039e2.zip |
Add missing bracket to erlang:spawn_opt/4 priority option docs
-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 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"> |