diff options
author | Boris 'billiob' Faure <[email protected]> | 2010-11-01 22:11:08 +0100 |
---|---|---|
committer | Boris 'billiob' Faure <[email protected]> | 2010-11-01 22:13:16 +0100 |
commit | 61b173e47e4157e784f32fc46a9867fbadc9a53a (patch) | |
tree | b46252dd62cdef0fca53bb529230b7744cb8d53c /lib/mnesia/doc/src/Mnesia_chap2.xmlsrc | |
parent | 76378bb4a1a89d08b41d6f3df0edc6c26160bef7 (diff) | |
download | otp-61b173e47e4157e784f32fc46a9867fbadc9a53a.tar.gz otp-61b173e47e4157e784f32fc46a9867fbadc9a53a.tar.bz2 otp-61b173e47e4157e784f32fc46a9867fbadc9a53a.zip |
fix typo in mnesia doc
Diffstat (limited to 'lib/mnesia/doc/src/Mnesia_chap2.xmlsrc')
-rw-r--r-- | lib/mnesia/doc/src/Mnesia_chap2.xmlsrc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/mnesia/doc/src/Mnesia_chap2.xmlsrc b/lib/mnesia/doc/src/Mnesia_chap2.xmlsrc index 0714c7b645..f263ea4ed2 100644 --- a/lib/mnesia/doc/src/Mnesia_chap2.xmlsrc +++ b/lib/mnesia/doc/src/Mnesia_chap2.xmlsrc @@ -235,9 +235,7 @@ <seealso marker="Mnesia_chap3#start_mnesia">Starting Mnesia</seealso>. </item> </list> - <p>Continuing the dialogue with the Erlang shell will produce the following - the following: - </p> + <p>Continuing the dialogue with the Erlang shell will produce the following:</p> <pre><![CDATA[ 3> company:init(). {atomic,ok} @@ -418,7 +416,7 @@ In_proj</tcaption> interchangeably throughout this book. </p> <p>A Mnesia table is populated by Mnesia records. For example, - the tuple <c>{boss, klacke, bjarne}</c> is an record. The + the tuple <c>{boss, klacke, bjarne}</c> is a record. The second element in this tuple is the key. In order to uniquely identify a table row both the key and the table name is needed. The term <em>object identifier</em>, |