Commit 8cb76f23 authored by Jakob Otto's avatar Jakob Otto

Fix last two nitpicks

parent ec98978c
......@@ -19,7 +19,7 @@ set(LIBCAF_NET_SRCS
src/socket_manager.cpp
src/stream_socket.cpp
src/scribe.cpp
)
)
add_custom_target(libcaf_net)
......
......@@ -31,7 +31,7 @@
namespace caf {
namespace policy {
/// Implements a scribe policy that manages a stream-socket.
/// Implements a scribe policy that manages a stream socket.
class scribe {
public:
explicit scribe(net::stream_socket handle);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment