Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Autocorrection: remove unnecessary trailing zero
This commit is a small optimization, removing a line appending a trailing zero to `typo_buffer`. This zero has no effect since the for loop only accesses the buffer at earlier positions. Thanks to @filterpaper for pointing this out.
- Loading branch information