diff options
author | Bartosz Błaszków <[email protected]> | 2018-11-29 17:03:50 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2018-11-29 17:03:50 +0100 |
commit | 4c808f18dc4dfca509d61adb5b41d20086c37cd7 (patch) | |
tree | 67cf99dbd93fda544100d1c022215c169970eeee | |
parent | 892409dd4a517f2a6d75db13384c468519df899f (diff) | |
download | otp-4c808f18dc4dfca509d61adb5b41d20086c37cd7.tar.gz otp-4c808f18dc4dfca509d61adb5b41d20086c37cd7.tar.bz2 otp-4c808f18dc4dfca509d61adb5b41d20086c37cd7.zip |
Replace mathematical jargon in erl_nif docs PR-2037
-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 095fc79bdf..bbc12b0a56 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> |