Skip to content

Commit eb5f289

Browse files
committed
Add space to doc comment of fds
1 parent bcfcf82 commit eb5f289

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/sys/select.rs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,11 @@ impl FdSet {
6464
self.fds(None).next_back()
6565
}
6666

67-
/// Returns an iterator over the file descriptors in the set. For
68-
/// performance, it takes an optional higher bound: the iterator will not
69-
/// return any elements of the set greater than the given file descriptor.
67+
/// Returns an iterator over the file descriptors in the set.
68+
///
69+
/// For performance, it takes an optional higher bound: the iterator will
70+
/// not return any elements of the set greater than the given file
71+
/// descriptor.
7072
///
7173
/// # Examples
7274
///

0 commit comments

Comments
 (0)