Skip to content

Commit

Permalink
Should be bool.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsimcha committed Dec 11, 2011
1 parent c487da7 commit 4afe6a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/concurrency.d
Expand Up @@ -38,7 +38,7 @@
* send(tid, 42);
*
* // Receive the result code.
* auto wasSuccessful = receiveOnly!(int);
* auto wasSuccessful = receiveOnly!(bool);
* assert(wasSuccessful);
* writeln("Successfully printed number.");
* }
Expand Down

0 comments on commit 4afe6a5

Please sign in to comment.