We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdb959c commit 1717cfbCopy full SHA for 1717cfb
core/src/main/java/com/scalar/db/transaction/consensuscommit/CrudHandler.java
@@ -488,7 +488,7 @@ public void close() {
488
// into the scan set
489
snapshot.putIntoScanSet(scan, results);
490
} else {
491
- // If the scan is not fully scanned, put the results into the scanner set
+ // If the scanner is not fully scanned, put the results into the scanner set
492
snapshot.putIntoScannerSet(scan, results);
493
}
494
0 commit comments