We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 227268d commit ea48807Copy full SHA for ea48807
nexus/db-queries/src/db/datastore/disk.rs
@@ -213,7 +213,7 @@ impl DataStore {
213
Ok(disk)
214
}
215
216
- /// Return all the Crucible Disks matching a list of volume ids. Currently
+ /// Return all the Crucible Disks matching a list of volume IDs. Currently
217
/// this is only used by omdb.
218
pub async fn disks_get_matching_volumes(
219
&self,
0 commit comments