Skip to content

Potential typo in the documentation #915

@Olivier-Zetlers

Description

@Olivier-Zetlers

Hi Dave,
Writing about the below excerpt of the documentation:

cJSON_Array (check with cJSON_IsArray): Represent an array value. This is implemented by pointing child to a linked list of cJSON items that represent the values in the array. The elements are linked together using next and prev, where the first element has prev.next == NULL and the last element next == NULL.

Is prev.next a typo here?

Apologies if it's not, I'm a beginner in programming and Claude 3.5 confirmed it might be a typo,
Best,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions