Viktor Söderqvist 10 лет назад
Родитель
Сommit
50aae9e9a8
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/mysql_cache.erl

+ 1 - 1
src/mysql_cache.erl

@@ -25,7 +25,7 @@
 %% Properties:
 %%
 %% <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>Evicting K elements is O(N + K * log N) which means low overhead when
 %%       nothing or few elements are evicted</li>