Skip to content

Commit

Permalink
Fix two typos in header comments. (yaml#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmt authored and alex committed Jun 25, 2018
1 parent 01f3a87 commit 83d3d38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/yaml.h
Original file line number Diff line number Diff line change
Expand Up @@ -1940,8 +1940,8 @@ yaml_emitter_close(yaml_emitter_t *emitter);
*
* The documen object may be generated using the yaml_parser_load() function
* or the yaml_document_initialize() function. The emitter takes the
* responsibility for the document object and destoys its content after
* it is emitted. The document object is destroyedeven if the function fails.
* responsibility for the document object and destroys its content after
* it is emitted. The document object is destroyed even if the function fails.
*
* @param[in,out] emitter An emitter object.
* @param[in,out] document A document object.
Expand Down

0 comments on commit 83d3d38

Please sign in to comment.