Skip to content

Commit

Permalink
Docs: Guide: Fix comment typo in example code block.
Browse files Browse the repository at this point in the history
  • Loading branch information
tlsa committed Sep 17, 2021
1 parent b17eba9 commit 930c96f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ static const cyaml_config_t config = {
/* Where to store the loaded data */
struct numbers *n;

/* Load the file into p */
/* Load the file into n */
cyaml_err_t err = cyaml_load_file(argv[ARG_PATH_IN], &config,
&top_schema, (cyaml_data_t **)&n, NULL);
if (err != CYAML_OK) {
Expand Down

0 comments on commit 930c96f

Please sign in to comment.