From 4c808f18dc4dfca509d61adb5b41d20086c37cd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartosz=20B=C5=82aszk=C3=B3w?= Date: Thu, 29 Nov 2018 17:03:50 +0100 Subject: Replace mathematical jargon in erl_nif docs PR-2037 --- erts/doc/src/erl_nif.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'erts/doc/src') 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.

-

Two resource terms will compare equal iff they +

Two resource terms will compare equal if and only if they would yield the same resource object pointer when passed to enif_get_resource.

-- cgit v1.2.3