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

+ 4 - 1
man/kvs_stream.htm

@@ -79,7 +79,6 @@
 
 check() ->
     Cur = new(),
-    take(-1,down(top(Cur))),
     [A,B,C,D] = [ kvs:next_id(person,1)
              || _ <- lists:seq(1,4) ],
     R = save(add(top,#person{id=A},
@@ -110,6 +109,10 @@ check() ->
 
 <h3>API</h3>
 
+<p>We prepared for you sequential steps manual.
+   Just enter the erlang commands in shell in right order
+   and check the results.
+
 <h4>new() -> #cur{}.</h4>
 
 <p>Creates a KVS cursor.</p>