docs(storage): update PB doc to reflect new domain

pull/14262/head
Edd Robinson 2019-07-04 17:31:27 +01:00
parent 12f2eeda1f
commit abbe795fa5
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ message TimestampRange {
// Start defines the inclusive lower bound.
int64 start = 1;
// End defines the inclusive upper bound.
// End defines the exclusive upper bound.
int64 end = 2;
}