Skip to content

Commit 956c648

Browse files
committed
Fix a mistake in the specs
zone value has been modified from R2 to Z2 to respect the format and the explanation Signed-off-by: Marc Solé <[email protected]>
1 parent 915ae31 commit 956c648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2275,7 +2275,7 @@ message NodeGetInfoResponse {
22752275
//
22762276
// Example 1:
22772277
// accessible_topology =
2278-
// {"region": "R1", "zone": "R2"}
2278+
// {"region": "R1", "zone": "Z2"}
22792279
// Indicates the node exists within the "region" "R1" and the "zone"
22802280
// "Z2".
22812281
Topology accessible_topology = 3;

0 commit comments

Comments
 (0)