Skip to content

Commit

Permalink
Merge pull request #95 from crondaemon/doc-fix
Browse files Browse the repository at this point in the history
Fix issue in documentation.
  • Loading branch information
zserge committed Oct 6, 2016
2 parents 6021415 + f40811c commit 0f574ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jsmn.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ enum jsmnerr {

/**
* JSON token description.
* @param type type (object, array, string etc.)
* @param start start position in JSON data string
* @param end end position in JSON data string
* type type (object, array, string etc.)
* start start position in JSON data string
* end end position in JSON data string
*/
typedef struct {
jsmntype_t type;
Expand Down

0 comments on commit 0f574ea

Please sign in to comment.