diff --git a/doc/strscan/strscan.md b/doc/strscan/strscan.md index dea87e0d43..1211a687c2 100644 --- a/doc/strscan/strscan.md +++ b/doc/strscan/strscan.md @@ -112,11 +112,11 @@ and a zero-based character position. Each of these methods explicitly sets positions: -| Method | Effect | -|--------------------------|----------------------------------------------------------| -| #reset | Sets both positions to zero (begining of stored string). | -| #terminate | Sets both positions to the end of the stored string. | -| #pos=(new_byte_position) | Sets byte position; adjusts character position. | +| Method | Effect | +|--------------------------|-----------------------------------------------------------| +| #reset | Sets both positions to zero (beginning of stored string). | +| #terminate | Sets both positions to the end of the stored string. | +| #pos=(new_byte_position) | Sets byte position; adjusts character position. | ### Byte Position (Position)