Skip to content

Commit

Permalink
Fix typo in nn_get_statistic() example
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Sep 2, 2016
1 parent 7e12a20 commit 3b58eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/nn_get_statistic.txt
Expand Up @@ -83,7 +83,7 @@ EXAMPLE
-------

----
val = nn_get_statistic (s, NN_STAT_SENT_MESSAGES);
val = nn_get_statistic (s, NN_STAT_MESSAGES_SENT);
if (val == 0)
printf ("No messages have been sent yet.\n");
----
Expand Down

0 comments on commit 3b58eb2

Please sign in to comment.