mirror of
https://github.com/nemtrif/utfcpp.git
synced 2025-04-05 05:25:07 +00:00
Fix misspelling in readme
This commit is contained in:
parent
b199c0d6bb
commit
96769233be
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue