Skip to content

Commit 5e08048

Browse files
committed
Doc clarification
1 parent 6da4b3f commit 5e08048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ impl<'a> Drop for LargeObject<'a> {
147147
}
148148

149149
impl<'a> LargeObject<'a> {
150-
/// Returns the file descriptor of the opened file.
150+
/// Returns the file descriptor of the opened object.
151151
pub fn fd(&self) -> i32 {
152152
self.fd
153153
}

0 commit comments

Comments
 (0)