mirror of
https://github.com/nlohmann/json.git
synced 2025-07-29 23:01:16 +03:00
Fix some spelling errors - mostly in comments & documentation.
I did not touch the Changelog file and any third party stuff. additonal -> additional (1) apppend -> append (2) constuctor -> constructor (2) contect -> context (2) dobulequote -> doublequote (1) elemnts -> elements (1) exakt -> exact (2) exluded -> exclude (1) explicitely -> explicitly (2) narcissic -> narcissistic (1) ocurred -> occurred (1) occuring -> occurring (2) preceeds -> preceded (1) ot -> to (2) wehther -> whether (2)
This commit is contained in:
@ -126,7 +126,7 @@ class json_pointer
|
||||
/*!
|
||||
@brief append an array index at the end of this JSON pointer
|
||||
|
||||
@param[in] array_index array index ot append
|
||||
@param[in] array_index array index to append
|
||||
@return JSON pointer with @a array_index appended
|
||||
|
||||
@liveexample{The example shows the usage of `operator/=`.,json_pointer__operator_add}
|
||||
|
Reference in New Issue
Block a user