diff options
author | Zandra Hird <[email protected]> | 2015-02-13 15:17:16 +0100 |
---|---|---|
committer | Zandra Hird <[email protected]> | 2015-02-13 15:17:16 +0100 |
commit | 48a19297ab6b0e16c5e490033477b937301947b2 (patch) | |
tree | 5be83920a61029fb6103b29419ea1c7108023142 | |
parent | 8d5f78e2ea54df8d17863f5b5d531a93c28f0092 (diff) | |
parent | ef8b1e3e8c908379cec8376ed515c920682224f9 (diff) | |
download | otp-48a19297ab6b0e16c5e490033477b937301947b2.tar.gz otp-48a19297ab6b0e16c5e490033477b937301947b2.tar.bz2 otp-48a19297ab6b0e16c5e490033477b937301947b2.zip |
Merge branch 'maint'
-rw-r--r-- | lib/mnesia/doc/src/mnesia.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mnesia/doc/src/mnesia.xml b/lib/mnesia/doc/src/mnesia.xml index c094899111..856a7594a7 100644 --- a/lib/mnesia/doc/src/mnesia.xml +++ b/lib/mnesia/doc/src/mnesia.xml @@ -863,7 +863,7 @@ mnesia:create_table(person, {attributes, record_info(fields,person)}]). </code> <p>The specification of <c>index</c> and <c>attributes</c> may be - hard coded as <c>{index, [2]}</c> and + hard coded as <c>{index, [4]}</c> and <c>{attributes, [name, age, address, salary, children]}</c> respectively. </p> |