Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mdanter committed Feb 21, 2016
1 parent d66406c commit 2e39b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -210,7 +210,7 @@ return the result via a Future.
Message message = receive.await();
message.ack();

Future<Void> f4 connection.disconnect();
Future<Void> f4 = connection.disconnect();
f4.await();


Expand Down

0 comments on commit 2e39b8d

Please sign in to comment.