diff options
author | Bruce Yinhe <[email protected]> | 2014-10-31 09:58:52 +0100 |
---|---|---|
committer | Bruce Yinhe <[email protected]> | 2014-10-31 09:58:52 +0100 |
commit | ea28b7650ee9df1285d4c2a5efc49749e909485e (patch) | |
tree | 3ca83d618cbd5a117d8e8a7d41637c757e189a58 /lib/mnesia/doc/src/Mnesia_chap3.xml | |
parent | d18681b233eae0e0e64e3fade261860875d4040c (diff) | |
parent | e14e72e694cb973a3779b9241b2e317869bc6561 (diff) | |
download | otp-ea28b7650ee9df1285d4c2a5efc49749e909485e.tar.gz otp-ea28b7650ee9df1285d4c2a5efc49749e909485e.tar.bz2 otp-ea28b7650ee9df1285d4c2a5efc49749e909485e.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/mnesia/doc/src/Mnesia_chap3.xml')
-rw-r--r-- | lib/mnesia/doc/src/Mnesia_chap3.xml | 2 |
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 d6b4a1c6a1..ae704b4199 100644 --- a/lib/mnesia/doc/src/Mnesia_chap3.xml +++ b/lib/mnesia/doc/src/Mnesia_chap3.xml @@ -152,7 +152,7 @@ Transformer = <c>ignore</c>, it indicates that only the meta data about the table will be updated. Usage of <c>ignore</c> is not recommended (since it creates inconsistencies between the meta data and the actual data) but included - as a possibility for the user do to his own (off-line) transform.</p> + as a possibility for the user to do his own (off-line) transform.</p> </item> <item><c>change_table_copy_type(Tab, Node, ToType)</c>. This function changes the storage type of a table. For example, a |