Skip to content

Commit

Permalink
docs: fix simple typo, expessed -> expressed
Browse files Browse the repository at this point in the history
There is a small typo in ext/psych/yaml/yaml.h.

Should read `expressed` rather than `expessed`.
  • Loading branch information
timgates42 committed Dec 18, 2020
1 parent 68cc762 commit 1150d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/psych/yaml/yaml.h
Original file line number Diff line number Diff line change
Expand Up @@ -1734,7 +1734,7 @@ typedef struct yaml_emitter_s {
size_t length;
/** Does the scalar contain line breaks? */
int multiline;
/** Can the scalar be expessed in the flow plain style? */
/** Can the scalar be expressed in the flow plain style? */
int flow_plain_allowed;
/** Can the scalar be expressed in the block plain style? */
int block_plain_allowed;
Expand Down

0 comments on commit 1150d66

Please sign in to comment.