Skip to content

Commit

Permalink
[ruby/psych] 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`.

ruby/psych@1150d669cb
  • Loading branch information
timgates42 authored and hsbt committed May 10, 2021
1 parent 1563de5 commit 9549701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/psych/yaml/yaml.h
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 9549701

Please sign in to comment.