Updating README.

This commit is contained in:
David Baird
2012-08-19 23:06:37 -06:00
parent 062c163c83
commit 5adb5d1969
+1 -1
View File
@@ -44,7 +44,7 @@ The interface looks somewhat like this:
// Should work with C functions, C++ functors, and C++11 std::function and // Should work with C functions, C++ functors, and C++11 std::function and
// lambda: // lambda:
template<class Callable> template<class Callable>
void dispatch(Callable & callable); void dispatch(Callable callable);
// Sends a TEXT type message (gets put into a buffer for poll() to send // Sends a TEXT type message (gets put into a buffer for poll() to send
// later): // later):