Namdak Tonpa 5 years ago
parent
commit
891d914970
1 changed files with 2 additions and 2 deletions
  1. 2 2
      man/kvs_stream.htm

+ 2 - 2
man/kvs_stream.htm

@@ -40,7 +40,7 @@
               <li><b><a href="#drop">drop/1</a></b> — skips N elements from reader.</li>
               <li><b><a href="#add">add/1</a></b> — adds element to writer.</li>
               <li><b><a href="#append">append/2</a></b> — appends element to feed.</li>
-              <li><b><a href="#append">remove/2</a></b> — removes element to feed.</li>
+              <li><b><a href="#append">remove/2</a></b> — removes element from feed.</li>
               <li><b><a href="#cut">cut/2</a></b> — cleans-up the feed up to the key.</li>
           </ul></blockquote>
 
@@ -161,7 +161,7 @@
 	<h4 id="append">append(tuple(), list()) -> term().</h4>
 	<p>Adds record to feed.</p>
 
-	<h4 id="append">remove(tuple(), list()) -> term().</h4>
+	<h4 id="remove">remove(tuple(), list()) -> term().</h4>
 	<p>Removes record from feed.</p>
 
 	<h4 id="cut">cut(list(), term()) -> #ok{} | #error{}.</h4>