Skip to content

Commit 1150d66

Browse files
committed
docs: fix simple typo, expessed -> expressed
There is a small typo in ext/psych/yaml/yaml.h. Should read `expressed` rather than `expessed`.
1 parent 68cc762 commit 1150d66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/psych/yaml/yaml.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1734,7 +1734,7 @@ typedef struct yaml_emitter_s {
17341734
size_t length;
17351735
/** Does the scalar contain line breaks? */
17361736
int multiline;
1737-
/** Can the scalar be expessed in the flow plain style? */
1737+
/** Can the scalar be expressed in the flow plain style? */
17381738
int flow_plain_allowed;
17391739
/** Can the scalar be expressed in the block plain style? */
17401740
int block_plain_allowed;

0 commit comments

Comments
 (0)