diff options
author | Hans Bolinder <[email protected]> | 2011-09-02 08:40:55 +0200 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2011-09-02 08:40:55 +0200 |
commit | bb94e589c8495caf7c1fa6ebe808f6983ceaf44a (patch) | |
tree | 8a8cace285944209a52464eb8a2ecd7384094f8e /lib/stdlib/doc/src/dets.xml | |
parent | 8811898efa3862fbb32f5c7cd7eff3535084bea7 (diff) | |
parent | ca7d2d43a839ab284104edea4663ada52d2c3e23 (diff) | |
download | otp-bb94e589c8495caf7c1fa6ebe808f6983ceaf44a.tar.gz otp-bb94e589c8495caf7c1fa6ebe808f6983ceaf44a.tar.bz2 otp-bb94e589c8495caf7c1fa6ebe808f6983ceaf44a.zip |
Merge branch 'hb/spec_improvements/OTP-9485' into dev
* hb/spec_improvements/OTP-9485:
Improve and correct types and specifications in Kernel and STDLIB
Diffstat (limited to 'lib/stdlib/doc/src/dets.xml')
-rw-r--r-- | lib/stdlib/doc/src/dets.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/doc/src/dets.xml b/lib/stdlib/doc/src/dets.xml index 2512c84e18..54fefbe2b8 100644 --- a/lib/stdlib/doc/src/dets.xml +++ b/lib/stdlib/doc/src/dets.xml @@ -1105,7 +1105,7 @@ fun(X) -> {continue, X} end. </pre> <p>Terminate the traversal and return <c>[<anno>Value</anno> | Acc]</c>.</p> </item> </taglist> - <p>Any other value returned by <c><anno>Fun</anno></c> terminates the + <p>Any other value <c><anno>OtherValue</anno></c> returned by <c><anno>Fun</anno></c> terminates the traversal and is immediately returned. </p> </desc> |