Skip to content

Commit 8f4cb9a

Browse files
Add clarification.
1 parent 3aa510f commit 8f4cb9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/volume_mgr.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ impl ClusterDescriptor {
4040
}
4141
}
4242

43-
/// A `VolumeManager` wraps a block device and gives access to the volumes within it.
43+
/// A `VolumeManager` wraps a block device and gives access to the FAT-formatted
44+
/// volumes within it.
4445
pub struct VolumeManager<D, T, const MAX_DIRS: usize = 4, const MAX_FILES: usize = 4>
4546
where
4647
D: BlockDevice,

0 commit comments

Comments
 (0)