Skip to content

Commit c751be1

Browse files
authored
Merge pull request #353 from msolefonte/fix/zone-correction
Fix a mistake in spec.md
2 parents 39d8cec + f94ab00 commit c751be1

File tree

3 files changed

+80
-80
lines changed

3 files changed

+80
-80
lines changed

csi.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -1279,7 +1279,7 @@ message NodeGetInfoResponse {
12791279
//
12801280
// Example 1:
12811281
// accessible_topology =
1282-
// {"region": "R1", "zone": "R2"}
1282+
// {"region": "R1", "zone": "Z2"}
12831283
// Indicates the node exists within the "region" "R1" and the "zone"
12841284
// "Z2".
12851285
Topology accessible_topology = 3;

0 commit comments

Comments
 (0)