diff options
author | Henrik Nord <[email protected]> | 2012-02-16 12:13:18 +0100 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2012-02-16 12:13:21 +0100 |
commit | 2e6f42075f2ea616a0464897bcc7cf90545848f7 (patch) | |
tree | c166b811e52fe5d4ac3b57c2382562ccab371d24 | |
parent | ef99e313933ab401f48f925d82879c33b2a99162 (diff) | |
parent | b9f1047d366e255459b339f20f7ce408313b3186 (diff) | |
download | otp-2e6f42075f2ea616a0464897bcc7cf90545848f7.tar.gz otp-2e6f42075f2ea616a0464897bcc7cf90545848f7.tar.bz2 otp-2e6f42075f2ea616a0464897bcc7cf90545848f7.zip |
Merge branch 'rj/fix-binary-doc-spec' into maint
* rj/fix-binary-doc-spec:
Fix the type spec from the doc of binary:part/3
OTP-9920
-rw-r--r-- | lib/stdlib/doc/src/binary.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/doc/src/binary.xml b/lib/stdlib/doc/src/binary.xml index 88ce77e0d0..7ce2defb72 100644 --- a/lib/stdlib/doc/src/binary.xml +++ b/lib/stdlib/doc/src/binary.xml @@ -505,7 +505,7 @@ <type> <v>Subject = binary()</v> <v>Pos = integer() >= 0</v> - <v>Len = integer() >= 0</v> + <v>Len = integer()</v> </type> <desc> <p>The same as <c>part(Subject, {Pos, Len})</c>.</p> |