Skip to content

Commit ea48807

Browse files
committed
ids -> IDs
1 parent 227268d commit ea48807

File tree

1 file changed

+1
-1
lines changed
  • nexus/db-queries/src/db/datastore

1 file changed

+1
-1
lines changed

nexus/db-queries/src/db/datastore/disk.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ impl DataStore {
213213
Ok(disk)
214214
}
215215

216-
/// Return all the Crucible Disks matching a list of volume ids. Currently
216+
/// Return all the Crucible Disks matching a list of volume IDs. Currently
217217
/// this is only used by omdb.
218218
pub async fn disks_get_matching_volumes(
219219
&self,

0 commit comments

Comments
 (0)