Browse Source

Typo in edoc

Viktor Söderqvist 10 years ago
parent
commit
50aae9e9a8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/mysql_cache.erl

+ 1 - 1
src/mysql_cache.erl

@@ -25,7 +25,7 @@
 %% Properties:
 %% Properties:
 %%
 %%
 %% <ul>
 %% <ul>
-%%   <li>Embeddable in a gen_server or other process/li>
+%%   <li>Embeddable in a gen_server or other process</li>
 %%   <li>Small overhead when unused (the empty cache is a single atom)</li>
 %%   <li>Small overhead when unused (the empty cache is a single atom)</li>
 %%   <li>Evicting K elements is O(N + K * log N) which means low overhead when
 %%   <li>Evicting K elements is O(N + K * log N) which means low overhead when
 %%       nothing or few elements are evicted</li>
 %%       nothing or few elements are evicted</li>