Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
refine comments
Browse files Browse the repository at this point in the history
  • Loading branch information
xx01cyx committed Feb 18, 2024
1 parent 8bb54f3 commit 3d26b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage-node/src/disk/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// [`DiskManager`] contains the common logic to read from a disk.
/// [`DiskManager`] contains the common logic to read from or write to a disk.
///
/// FIXME: Do we really need `DiskManager`? What state should it hold?
pub struct DiskManager {}

0 comments on commit 3d26b60

Please sign in to comment.