aboutsummaryrefslogtreecommitdiffstats
path: root/erts
diff options
context:
space:
mode:
authorBartosz Błaszków <[email protected]>2018-11-29 17:03:50 +0100
committerSverker Eriksson <[email protected]>2018-11-29 17:03:50 +0100
commit4c808f18dc4dfca509d61adb5b41d20086c37cd7 (patch)
tree67cf99dbd93fda544100d1c022215c169970eeee /erts
parent892409dd4a517f2a6d75db13384c468519df899f (diff)
downloadotp-4c808f18dc4dfca509d61adb5b41d20086c37cd7.tar.gz
otp-4c808f18dc4dfca509d61adb5b41d20086c37cd7.tar.bz2
otp-4c808f18dc4dfca509d61adb5b41d20086c37cd7.zip
Replace mathematical jargon in erl_nif docs PR-2037
Diffstat (limited to 'erts')
-rw-r--r--erts/doc/src/erl_nif.xml2
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, &amp;tail, &amp;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>