Skip to content

Commit

Permalink
Fix typo in Disk description (#1125)
Browse files Browse the repository at this point in the history
  • Loading branch information
karencfv authored May 27, 2022
1 parent 84f617a commit 8fa3d3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/src/api/external/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ pub struct Instance {

// DISKS

/// Client view of an [`Disk`]
/// Client view of a [`Disk`]
#[derive(ObjectIdentity, Clone, Debug, Deserialize, Serialize, JsonSchema)]
pub struct Disk {
#[serde(flatten)]
Expand Down
2 changes: 1 addition & 1 deletion openapi/nexus.json
Original file line number Diff line number Diff line change
Expand Up @@ -5304,7 +5304,7 @@
]
},
"Disk": {
"description": "Client view of an [`Disk`]",
"description": "Client view of a [`Disk`]",
"type": "object",
"properties": {
"block_size": {
Expand Down

0 comments on commit 8fa3d3c

Please sign in to comment.