Skip to content

Commit 24b936a

Browse files
authored
is_media_preset -> is_media_present in BlockIOMedia
1 parent 9047806 commit 24b936a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/proto/media/block.rs

Lines changed: 1 addition & 1 deletion
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)