Browse Source

kvs_stream

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

+ 2 - 2
man/kvs_stream.htm

@@ -195,7 +195,7 @@
 
 
 <h4>prev(#cur{}) -> #cur{} | #error{}.</h4>
 <h4>prev(#cur{}) -> #cur{} | #error{}.</h4>
 
 
-<p>Moves cursor to prev. Consume data bottom up.
+<p>Moves cursor to prev. Consume data up from bottom.
    Reutrn error if lists is empty, otherwise next element or last.</p>
    Reutrn error if lists is empty, otherwise next element or last.</p>
 
 
 <figure><code>
 <figure><code>
@@ -206,7 +206,7 @@
 
 
 <h4>next(#cur{}) -> #cur{} | #error{}.</h4>
 <h4>next(#cur{}) -> #cur{} | #error{}.</h4>
 
 
-<p>Moves cursor to next. Consume data top down.
+<p>Moves cursor to next. Consume data down from top.
    Reutrn error if lists is empty, otherwise next element or last.</p>
    Reutrn error if lists is empty, otherwise next element or last.</p>
 
 
 <figure><code>
 <figure><code>