Skip to content

Commit 611a38c

Browse files
hanabi1224JohnTitor
authored andcommitted
fmt
1 parent 7c864ad commit 611a38c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/socket.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ impl Socket {
164164
/// 2. connect it to the kernel with [`Socket::connect`]
165165
/// 3. send a request to the kernel with [`Socket::send`]
166166
/// 4. read the response (which can span over several messages)
167-
/// [`Socket::recv`]
167+
/// [`Socket::recv`]
168168
///
169169
/// ```rust
170170
/// use netlink_sys::{protocols::NETLINK_ROUTE, Socket, SocketAddr};

0 commit comments

Comments
 (0)