From 96769233be5718fca4a4a4ef4982a9971e56a9b4 Mon Sep 17 00:00:00 2001 From: Blake-Madden <66873089+Blake-Madden@users.noreply.github.com> Date: Tue, 28 Nov 2023 20:03:10 -0500 Subject: [PATCH] Fix misspelling in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3dbe4ac..f401654 100644 --- a/README.md +++ b/README.md @@ -1639,7 +1639,7 @@ class iterator; ##### 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.