aboutsummaryrefslogtreecommitdiffstats
path: root/erts/doc/src/erlang.xml
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2017-10-31 10:37:39 +0100
committerLukas Larsson <[email protected]>2017-10-31 10:42:56 +0100
commitc4606d0ce55eac7c383520de765cffba2c235ace (patch)
tree430bf4bc860f159459d97f58b47e6cc36a9dc489 /erts/doc/src/erlang.xml
parentfeee5399358d5eede6b1c45fbc59b3ec8d992b6e (diff)
downloadotp-c4606d0ce55eac7c383520de765cffba2c235ace.tar.gz
otp-c4606d0ce55eac7c383520de765cffba2c235ace.tar.bz2
otp-c4606d0ce55eac7c383520de765cffba2c235ace.zip
erts: Add term2bin note about encoding guarantee
Diffstat (limited to 'erts/doc/src/erlang.xml')
-rw-r--r--erts/doc/src/erlang.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml
index 7e5388b708..b04f2b008e 100644
--- a/erts/doc/src/erlang.xml
+++ b/erts/doc/src/erlang.xml
@@ -8876,6 +8876,10 @@ hello
</pre>
<p>See also <seealso marker="#binary_to_term/1">
<c>binary_to_term/1</c></seealso>.</p>
+ <note>
+ <p>There is no guarantee that this function will return
+ the same encoded representation for the same term.</p>
+ </note>
</desc>
</func>