diff options
author | Sina Samavati <[email protected]> | 2014-10-28 15:15:21 +0330 |
---|---|---|
committer | Sina Samavati <[email protected]> | 2014-10-28 15:15:21 +0330 |
commit | cb9646249def34f7800644106e9b04c3820ca3a5 (patch) | |
tree | 12fff2146e61f72e93064a4243021a44fe5e4601 /lib/mnesia/doc/src/mnesia.xml | |
parent | b4978407dc587ec677ff17da9efcd4c645db7b38 (diff) | |
download | otp-cb9646249def34f7800644106e9b04c3820ca3a5.tar.gz otp-cb9646249def34f7800644106e9b04c3820ca3a5.tar.bz2 otp-cb9646249def34f7800644106e9b04c3820ca3a5.zip |
Fix a typo in the mnesia documentation
Diffstat (limited to 'lib/mnesia/doc/src/mnesia.xml')
-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 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 |