Say it like this
Real examples
"We found an off-by-one error in the batch processing script that was causing it to skip the last record."
"This loop starts at 1 instead of 0—are you sure this is not an off-by-one error?"
"The reason the export only processed 999 items instead of 1000 was an off-by-one error in the iteration."
Don't say this
Handle with care. Do not use as a verb (e.g., 'we off-by-one errored the code'). It is strictly a noun describing a specific type of bug, not an action.
Other forms
off-by-one error
"We discovered an off-by-one error in the database query."
off-by-one errors
"Off-by-one errors are a common source of bugs in loop iterations."
Often used with
Similar words
Practice
Try it
4 quick exercises
1. The loop processes elements 0 to 10, but the array only has 10 elements. This is a _______ error.
2. Which sentence uses 'off-by-one error' incorrectly?
3. Your code processes one extra item by mistake. How do you describe it to your team?
4. Rewrite this in natural tech English: 'The code is wrong because it goes through one more item than it should because the counting is wrong.'
Questions
Quick poll
Have you said "off-by-one error" in a standup this week?
Want more structured practice like this? Our English for Programmers course covers real workplace English in depth.




