mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/psych] docs: fix simple typo, expessed -> expressed
There is a small typo in ext/psych/yaml/yaml.h. Should read `expressed` rather than `expessed`. https://github.com/ruby/psych/commit/1150d669cb
This commit is contained in:
parent
1563de5997
commit
954970162c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue