Skip to content

Commit 9d966e1

Browse files
committed
docs: better comment
1 parent 95165d0 commit 9d966e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/shims/windows/handle.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ impl PseudoHandle {
3535
}
3636
}
3737

38-
/// Handle errors
38+
/// Errors that can occur when constructing a [`Handle`] from a Scalar.
3939
pub enum HandleError {
40-
/// There is no thread with the given ID
40+
/// There is no thread with the given ID.
4141
ThreadNotFound(ThreadNotFound),
42-
/// Can't convert scalar to handle because it is structurally invalid
42+
/// Can't convert scalar to handle because it is structurally invalid.
4343
InvalidHandle,
4444
}
4545

0 commit comments

Comments
 (0)