ruby-changes:66127
From: Tim <ko1@a...>
Date: Mon, 10 May 2021 19:20:03 +0900 (JST)
Subject: [ruby-changes:66127] 954970162c (master): [ruby/psych] docs: fix simple typo, expessed -> expressed
https://git.ruby-lang.org/ruby.git/commit/?id=954970162c From 954970162c4b912dde9d0cca68f10e2ff0b12936 Mon Sep 17 00:00:00 2001 From: Tim Gates <tim.gates@i...> Date: Fri, 18 Dec 2020 23:08:36 +1100 Subject: [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 --- ext/psych/yaml/yaml.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { https://github.com/ruby/ruby/blob/trunk/ext/psych/yaml/yaml.h#L1734 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; -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/