Skip to content

Commit

Permalink
Dummy change to trigger CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kar-rahul-aws committed May 13, 2024
1 parent e53b106 commit 461a457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/core_json.c
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,7 @@ static bool skipSpaceAndComma( const char * buf,
* @param[in,out] start The index at which to begin.
* @param[in] max The size of the buffer.
*
* @note Stops advance if a value is an object or array.
* @note Stops advance if a value is an object or an array.
*/
static void skipArrayScalars( const char * buf,
size_t * start,
Expand Down

0 comments on commit 461a457

Please sign in to comment.