diff options
author | Bruce Yinhe <[email protected]> | 2014-10-31 09:58:29 +0100 |
---|---|---|
committer | Bruce Yinhe <[email protected]> | 2014-10-31 09:58:29 +0100 |
commit | e14e72e694cb973a3779b9241b2e317869bc6561 (patch) | |
tree | f51e4e083ab4307ca1876e6c6452043f96001462 /lib | |
parent | 439e4b037bf7ea423cb6715bdd25dd39c31eeb7f (diff) | |
parent | cb9646249def34f7800644106e9b04c3820ca3a5 (diff) | |
download | otp-e14e72e694cb973a3779b9241b2e317869bc6561.tar.gz otp-e14e72e694cb973a3779b9241b2e317869bc6561.tar.bz2 otp-e14e72e694cb973a3779b9241b2e317869bc6561.zip |
Merge branch 's1n4/mnesia_doc_typo' into maint
OTP-12278
* s1n4/mnesia_doc_typo:
Fix a typo in the mnesia documentation
Diffstat (limited to 'lib')
-rw-r--r-- | lib/mnesia/doc/src/Mnesia_chap3.xml | 2 | ||||
-rw-r--r-- | lib/mnesia/doc/src/mnesia.xml | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/lib/mnesia/doc/src/mnesia.xml b/lib/mnesia/doc/src/mnesia.xml index 72e9bd7e8f..268dc18e65 100644 --- a/lib/mnesia/doc/src/mnesia.xml +++ b/lib/mnesia/doc/src/mnesia.xml @@ -2766,7 +2766,7 @@ raise(Name, Amount) -> new type. The <c>Fun</c> argument can also be the atom <c>ignore</c>, it indicates that only the meta data about the table will be updated. Usage of <c>ignore</c> is not recommended but included - as a possibility for the user do to his own transform. + as a possibility for the user to do his own transform. <c>NewAttributeList</c> and <c>NewRecordName</c> specifies the attributes and the new record type of converted table. Table name will always remain unchanged, if the |