Skip to content

Commit

Permalink
Fix misspelling in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake-Madden authored Nov 29, 2023
1 parent b199c0d commit 9676923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1639,7 +1639,7 @@ class iterator;
<!-- TOC --><a name="member-functions"></a>
##### Member functions

`iterator();` the deafult constructor; the underlying octet_iterator is constructed with its default constructor.
`iterator();` the default constructor; the underlying octet_iterator is constructed with its default constructor.

`explicit iterator (const octet_iterator& octet_it, const octet_iterator& range_start, const octet_iterator& range_end);` a constructor that initializes the underlying octet_iterator with octet_it and sets the range in which the iterator is considered valid.

Expand Down

0 comments on commit 9676923

Please sign in to comment.