Merge pull request #653 from httpdigest/master

Fix typos
This commit is contained in:
Sascha Willems 2020-02-14 07:00:18 +01:00 committed by GitHub
commit b3749a90ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 17 additions and 17 deletions

View file

@ -3468,7 +3468,7 @@ class parser
@brief an iterator for primitive JSON types
This class models an iterator for primitive JSON types (boolean, number,
string). It's only purpose is to allow the iterator/const_iterator classes
string). Its only purpose is to allow the iterator/const_iterator classes
to "iterate" over primitive values. Internally, the iterator is modeled by
a `difference_type` variable. Value begin_value (`0`) models the begin,
end_value (`1`) models past the end.