Skip to content

Commit

Permalink
comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bright-starry-sky committed Sep 14, 2021
1 parent c729cab commit 9528115
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/interface/storage.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ struct LookupIndexRequest {
// Support kVid and kTag for vertex, kSrc, kType, kRank and kDst for edge.
4: optional list<binary> return_columns,
5: optional RequestCommon common,
// max row count of each partition in this response, 0 means no limit.
// max row count of each partition in this response
6: optional i64 limit,
}

Expand Down
2 changes: 1 addition & 1 deletion src/storage/test/IndexScanLimitTest.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright (c) 2018 vesoft inc. All rights reserved.
/* Copyright (c) 2021 vesoft inc. All rights reserved.
*
* This source code is licensed under Apache 2.0 License,
* attached with Common Clause Condition 1.0, found in the LICENSES directory.
Expand Down

0 comments on commit 9528115

Please sign in to comment.