Fix typos

http://its-not-its.info/
This commit is contained in:
httpdigest 2020-01-12 12:54:41 +01:00
parent 8668606a14
commit 5029e15ec6
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.