Skip to content

Commit

Permalink
[DOC] Fix typo in documentation (#129)
Browse files Browse the repository at this point in the history
s/begining/beginning/
  • Loading branch information
ydah authored Dec 22, 2024
1 parent 6968b11 commit 734b823
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/strscan/strscan.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,11 @@ and a zero-based <i>character position</i>.

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)

Expand Down

0 comments on commit 734b823

Please sign in to comment.