summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-02-06 08:11:58 +0900
committerGitHub <noreply@github.com>2021-02-06 08:11:58 +0900
commitfeeb22416544dca70021874e83ff6e94c1730ef5 (patch)
tree2cf65b0ec460844ebb3d5bbbabbb76dce7a01033
parenta2721a035b8ee34d735a277bc359511190621b3e (diff)
parent1150d669cb4fe8d894faa83b81cb129c56323d9b (diff)
downloadpsych-feeb22416544dca70021874e83ff6e94c1730ef5.zip
Merge pull request #470 from timgates42/bugfix_typo_expressed
docs: fix simple typo, expessed -> expressed
-rw-r--r--ext/psych/yaml/yaml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/psych/yaml/yaml.h b/ext/psych/yaml/yaml.h
index 4f84957..914ea04 100644
--- a/ext/psych/yaml/yaml.h
+++ b/ext/psych/yaml/yaml.h
@@ -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;