diff options
author | Lukas Larsson <[email protected]> | 2016-03-21 17:53:26 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2016-04-15 15:08:42 +0200 |
commit | 8e2ec999394c77741241ef1a12728b11195961c8 (patch) | |
tree | b7d5a1886472df425057111ad670794701a48baa /lib/stdlib | |
parent | 6117ee72af5c0c2973a0f20fb847a216825db03f (diff) | |
download | otp-8e2ec999394c77741241ef1a12728b11195961c8.tar.gz otp-8e2ec999394c77741241ef1a12728b11195961c8.tar.bz2 otp-8e2ec999394c77741241ef1a12728b11195961c8.zip |
erts: Document erlang:match_spec_test/3
OTP-13501
Diffstat (limited to 'lib/stdlib')
-rw-r--r-- | lib/stdlib/doc/src/ets.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/stdlib/doc/src/ets.xml b/lib/stdlib/doc/src/ets.xml index 4e430d101e..2d69c201bc 100644 --- a/lib/stdlib/doc/src/ets.xml +++ b/lib/stdlib/doc/src/ets.xml @@ -1621,6 +1621,8 @@ true</pre> if the match_spec does not match the object <c><anno>Tuple</anno></c>.</p> <p>This is a useful debugging and test tool, especially when writing complicated <c>ets:select/2</c> calls.</p> + <p>See also: <seealso marker="erts:erlang#match_spec_test/3"> + erlang:match_spec_test/3</seealso>.</p> </desc> </func> <func> |