diff options
author | Sverker Eriksson <[email protected]> | 2018-11-29 17:05:39 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2018-11-29 17:05:39 +0100 |
commit | 113ca3ee350ff2c8b1a39cc337890fb1bd637853 (patch) | |
tree | e290edad312e977732666164778105cbdf49a654 /erts/doc | |
parent | b20ccfb376c1dc59569e51f278453c4e335e985a (diff) | |
parent | 4c808f18dc4dfca509d61adb5b41d20086c37cd7 (diff) | |
download | otp-113ca3ee350ff2c8b1a39cc337890fb1bd637853.tar.gz otp-113ca3ee350ff2c8b1a39cc337890fb1bd637853.tar.bz2 otp-113ca3ee350ff2c8b1a39cc337890fb1bd637853.zip |
Merge branch 'maint'
Diffstat (limited to 'erts/doc')
-rw-r--r-- | erts/doc/src/erl_nif.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/doc/src/erl_nif.xml b/erts/doc/src/erl_nif.xml index b437d180c8..8666de36cb 100644 --- a/erts/doc/src/erl_nif.xml +++ b/erts/doc/src/erl_nif.xml @@ -2285,7 +2285,7 @@ enif_inspect_iovec(env, max_elements, term, &tail, &iovec); between nodes.</p> <list type="bulleted"> <item> - <p>Two resource terms will compare equal iff they + <p>Two resource terms will compare equal if and only if they would yield the same resource object pointer when passed to <seealso marker="#enif_get_resource"><c>enif_get_resource</c></seealso>.</p> </item> |