Browse Source

storagepb: fix comment location

Xiang Li 10 years ago
parent
commit
3a60d490d1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      storage/storagepb/kv.proto

+ 1 - 1
storage/storagepb/kv.proto

@@ -11,8 +11,8 @@ option (gogoproto.goproto_enum_prefix_all) = false;
 
 
 message KeyValue {
 message KeyValue {
   bytes key = 1;
   bytes key = 1;
-  // mod_index is the last modified index of the key.
   int64 create_index = 2;
   int64 create_index = 2;
+  // mod_index is the last modified index of the key.
   int64 mod_index = 3;
   int64 mod_index = 3;
   // version is the version of the key. A deletion resets
   // version is the version of the key. A deletion resets
   // the version to zero and any modification of the key
   // the version to zero and any modification of the key