Browse Source

fix cons,snoc

Namdak Tonpa 7 years ago
parent
commit
fbcf629b2a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      man/kvs_stream.htm

+ 2 - 2
man/kvs_stream.htm

@@ -328,12 +328,12 @@
 <p>Drops N elements starting from reader.</p>
 <p>Drops N elements starting from reader.</p>
 
 
 <a name=cons></a>
 <a name=cons></a>
-<h4>cons(M,#cur{}) -> #cur{}.</h4>
+<h4>cons(#cur{args=M::#iter{}}) -> #cur{}.</h4>
 
 
 <p>Adds element to top.</p>
 <p>Adds element to top.</p>
 
 
 <a name=snoc></a>
 <a name=snoc></a>
-<h4>snoc(M,#cur{}) -> #cur{}.</h4>
+<h4>snoc(#cur{args=M::#iter{}}) -> #cur{}.</h4>
 
 
 <p>Adds element to bottom.</p>
 <p>Adds element to bottom.</p>