]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/seastar/doc/mini-tutorial.md
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / seastar / doc / mini-tutorial.md
index e4ced7398bdd637ed8814c9ae49e1a0a026932da..9c6eb2575b12549e6781e977faa950fb40b0d1f3 100644 (file)
@@ -179,7 +179,7 @@ This is shown below:
 
 ```C++
 
-future<my_type> my_future();
+future<my_type> receive();
 
 void f() {
     receive().then_wrapped([] (future<my_type> f) {