Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-artie committed Mar 18, 2024
1 parent 99f4f60 commit f78a91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rdbms/scan/scan.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ func (s *Scanner) Next() ([]map[string]any, error) {

if !wasFirstBatch && !startingValuesChanged {
// Detect situations where the scanner is stuck in a loop.
// Typically the second batch will use a > comparision instead of a >= comparision for the lower bound.
// Typically the second batch will use a > comparison instead of a >= comparison for the lower bound.
return nil, fmt.Errorf("primarky key start values did not change, scanner is likely stuck in a loop")
}
}
Expand Down

0 comments on commit f78a91e

Please sign in to comment.