ruby-changes:59819
From: Nobuyoshi <ko1@a...>
Date: Mon, 27 Jan 2020 16:24:56 +0900 (JST)
Subject: [ruby-changes:59819] bc8f28fbd0 (master): Fixed a typo, missing "i" [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=bc8f28fbd0 From bc8f28fbd05d2dcb14727cb8873d0d761dc65699 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Mon, 27 Jan 2020 16:22:53 +0900 Subject: Fixed a typo, missing "i" [ci skip] diff --git a/insns.def b/insns.def index bd1bffb..4cf86c6 100644 --- a/insns.def +++ b/insns.def @@ -375,7 +375,7 @@ concatstrings https://github.com/ruby/ruby/blob/trunk/insns.def#L375 (...) (VALUE val) /* This instruction can concat UTF-8 and binary strings, resulting in - * Encoding::CompatiblityError. */ + * Encoding::CompatibilityError. */ // attr bool leaf = false; /* has rb_enc_cr_str_buf_cat() */ // attr rb_snum_t sp_inc = 1 - (rb_snum_t)num; { -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/