Hi All,<br><br>Just found a minor typo in the mnesia documentation on page:<br><a href="http://www.erlang.org/doc/man/mnesia.html">http://www.erlang.org/doc/man/mnesia.html</a><br><br>In the description of the function:<br>
<a name="dirty_update_counter-3"><span class="bold_code">dirty_update_counter<br><br>I think the sentence:<br></span></a>"If <span class="code">Key</span> don't exits, a new record is created..."<br><br>Should read:<br>
"If <span class="code">Key</span> doesn't exist, a new record is created..."<br><br>//Sean.<br><br>