Skip to content

Commit e2cde21

Browse files
ColinFincknicholasbishop
authored andcommitted
is_media_preset -> is_media_present in BlockIOMedia
1 parent 1863e29 commit e2cde21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/proto/media/block.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ impl BlockIOMedia {
138138
}
139139

140140
/// True if there is a media currently present in the device.
141-
pub fn is_media_preset(&self) -> bool {
141+
pub fn is_media_present(&self) -> bool {
142142
self.media_present
143143
}
144144

0 commit comments

Comments
 (0)