fixed minor bug in flow readme
This commit is contained in:
parent
46dc9db879
commit
ca78e35f31
|
@ -101,7 +101,7 @@ From 6.1, `wait()` on `Void` actors shouldn't assign the resulting value. So, th
|
|||
|
||||
```c++
|
||||
Future<Void> asyncTask(); //defined elsewhere
|
||||
wait(asyncTask());
|
||||
Void _ = _wait(asyncTask());
|
||||
```
|
||||
|
||||
becomes
|
||||
|
|
Loading…
Reference in New Issue