aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mnesia/doc/src/Mnesia_chap3.xml
diff options
context:
space:
mode:
authorBoris 'billiob' Faure <[email protected]>2010-11-01 22:11:08 +0100
committerBoris 'billiob' Faure <[email protected]>2010-11-01 22:13:16 +0100
commit61b173e47e4157e784f32fc46a9867fbadc9a53a (patch)
treeb46252dd62cdef0fca53bb529230b7744cb8d53c /lib/mnesia/doc/src/Mnesia_chap3.xml
parent76378bb4a1a89d08b41d6f3df0edc6c26160bef7 (diff)
downloadotp-61b173e47e4157e784f32fc46a9867fbadc9a53a.tar.gz
otp-61b173e47e4157e784f32fc46a9867fbadc9a53a.tar.bz2
otp-61b173e47e4157e784f32fc46a9867fbadc9a53a.zip
fix typo in mnesia doc
Diffstat (limited to 'lib/mnesia/doc/src/Mnesia_chap3.xml')
-rw-r--r--lib/mnesia/doc/src/Mnesia_chap3.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mnesia/doc/src/Mnesia_chap3.xml b/lib/mnesia/doc/src/Mnesia_chap3.xml
index 9a382bcb5a..c3e584123e 100644
--- a/lib/mnesia/doc/src/Mnesia_chap3.xml
+++ b/lib/mnesia/doc/src/Mnesia_chap3.xml
@@ -132,7 +132,7 @@
function changes the format on all records in table
<c>Tab</c>. It applies the argument <c>Fun</c> to all
records in the table. <c>Fun</c> shall be a function which
- takes an record of the old type, and returns the record of the new
+ takes a record of the old type, and returns the record of the new
type. The table key may not be changed.</p>
<code type="none">
-record(old, {key, val}).