Skip to content

Commit 1717cfb

Browse files
committed
[skip ci] revise a comment
1 parent bdb959c commit 1717cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/com/scalar/db/transaction/consensuscommit/CrudHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ public void close() {
488488
// into the scan set
489489
snapshot.putIntoScanSet(scan, results);
490490
} else {
491-
// If the scan is not fully scanned, put the results into the scanner set
491+
// If the scanner is not fully scanned, put the results into the scanner set
492492
snapshot.putIntoScannerSet(scan, results);
493493
}
494494

0 commit comments

Comments
 (0)