diff options
author | Hans Bolinder <[email protected]> | 2010-07-07 10:27:59 +0200 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2010-07-08 12:30:56 +0200 |
commit | cd84edac7b3affa023c0e3588ab36589c683126b (patch) | |
tree | 04424b116a495a356a187263af59d44c54bcf0d1 /lib/stdlib/doc/src/dets.xml | |
parent | 299e223038502d4b1a7faaea096ca6efc88b5d9e (diff) | |
download | otp-cd84edac7b3affa023c0e3588ab36589c683126b.tar.gz otp-cd84edac7b3affa023c0e3588ab36589c683126b.tar.bz2 otp-cd84edac7b3affa023c0e3588ab36589c683126b.zip |
reference() substituted for ref() in docs
Diffstat (limited to 'lib/stdlib/doc/src/dets.xml')
-rw-r--r-- | lib/stdlib/doc/src/dets.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/stdlib/doc/src/dets.xml b/lib/stdlib/doc/src/dets.xml index 8d1398d3b7..ad100d2cf5 100644 --- a/lib/stdlib/doc/src/dets.xml +++ b/lib/stdlib/doc/src/dets.xml @@ -109,7 +109,7 @@ bool() = true | false file() = string() int() = integer() >= 0 keypos() = integer() >= 1 -name() = atom() | ref() +name() = atom() | reference() no_slots() = integer() >= 0 | default object() = tuple() object_cont() = tuple() @@ -759,7 +759,7 @@ ok <fsummary>Open an existing Dets table.</fsummary> <type> <v>FileName = file()</v> - <v>Reference = ref()</v> + <v>Reference = reference()</v> </type> <desc> <p>Opens an existing table. If the table has not been properly |