Skip to content

Commit

Permalink
Fixup Pull 551, typo in example code.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrejMitrovic committed Apr 23, 2014
1 parent 253c45b commit 3b46aa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions module.dd
Expand Up @@ -563,8 +563,8 @@ $(H3 $(LNAME2 PackageModule, Package Module))

void main()
{
startServer();
startClient();
runClient();
runServer();
}
---------

Expand Down

0 comments on commit 3b46aa7

Please sign in to comment.