diff options
author | Hans Bolinder <[email protected]> | 2014-05-05 09:16:51 +0200 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2014-05-05 09:16:51 +0200 |
commit | 210b45c37d3a6999c2d6c7bf9567986280b41fb1 (patch) | |
tree | fe5c9a4a3de343d6553264a91766bbd3c53c4f09 /lib/stdlib/doc/src | |
parent | d019a20989b3f299e8fdcf20dc210e233ddc3028 (diff) | |
parent | 587f33f3455e682475721aa8e5a284d936a04b16 (diff) | |
download | otp-210b45c37d3a6999c2d6c7bf9567986280b41fb1.tar.gz otp-210b45c37d3a6999c2d6c7bf9567986280b41fb1.tar.bz2 otp-210b45c37d3a6999c2d6c7bf9567986280b41fb1.zip |
Merge branch 'hb/remove_builtin_types/OTP-11445'
* hb/remove_builtin_types/OTP-11445:
[edoc] Remove pre-defined types dict(), digraph(), &c
Remove pre-defined types dict(), digraph(), &c
Diffstat (limited to 'lib/stdlib/doc/src')
-rw-r--r-- | lib/stdlib/doc/src/binary.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/stdlib/doc/src/binary.xml b/lib/stdlib/doc/src/binary.xml index 2410f1f9b8..0fde763bfb 100644 --- a/lib/stdlib/doc/src/binary.xml +++ b/lib/stdlib/doc/src/binary.xml @@ -5,7 +5,7 @@ <header> <copyright> <year>2009</year> - <year>2013</year> + <year>2014</year> <holder>Ericsson AB, All Rights Reserved</holder> </copyright> <legalnotice> @@ -450,7 +450,7 @@ store(Binary, GBSet) -> </code> <p>In this example, we chose to copy the binary content before - inserting it in the <c>gb_set()</c> if it references a binary more than + inserting it in the <c>gb_sets:set()</c> if it references a binary more than twice the size of the data we're going to keep. Of course different rules for when copying will apply to different programs.</p> |