Skip to content

Commit d6ad195

Browse files
committed
Fix of documentation
1 parent 1a9aacd commit d6ad195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/i3ipc++/ipc.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ class I3Connection {
149149
* Example:
150150
* @code{.cpp}
151151
* I3Connection conn;
152-
* conn.subscribe(lebar::ipc::ET_WORKSPACE | lebar::ipc::ET_WINDOW);
152+
* conn.subscribe(i3ipc::ipc::ET_WORKSPACE | i3ipc::ipc::ET_WINDOW);
153153
* @endcode
154154
*
155155
* @param events event type (EventType enum)

0 commit comments

Comments
 (0)