diff options
Diffstat (limited to 'src/mongo/s/database_version.idl')
| -rw-r--r-- | src/mongo/s/database_version.idl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/s/database_version.idl b/src/mongo/s/database_version.idl index 68134191b6a..9b073f5a34e 100644 --- a/src/mongo/s/database_version.idl +++ b/src/mongo/s/database_version.idl @@ -48,8 +48,7 @@ structs: optional: true timestamp: type: timestamp - description: "Unique identifier to distinguish major events in the lifetime of a - database, such as create/drop and change of primary." + description: "Uniquely identifies to distinguish different incarnations of this database." lastMod: type: int description: "an integer which is bumped whenever the database's primary shard changes" |
