Skip to content

Commit b11c99b

Browse files
committed
ref model
1 parent 139b65d commit b11c99b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nexus/db-model/src/disk.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ pub struct Disk {
7575
/// (where rows are matched based on the disk_id field in that table) and
7676
/// combined into a higher level `datastore::Disk` enum.
7777
///
78-
/// For `Crucible` disks, see the `disk_type_crucible` table.
78+
/// For `Crucible` disks, see the DiskTypeCrucible model.
7979
pub disk_type: DiskType,
8080
}
8181

0 commit comments

Comments
 (0)