aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-29 14:01:13 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-29 14:01:13 +0000
commit963e19a792d7ba527510ea61bf155ec64ac249ef (patch)
tree588516dda3445f9c71312fafce9789eea30f5ff1 /ChangeLog
parente664cc77225fadf54d036f6eae21c47b85b23da9 (diff)
downloadruby-963e19a792d7ba527510ea61bf155ec64ac249ef.tar.gz
indent
* encoding.c (enc_compatible_latter): adjust indent. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52355 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ef8a4059e6..1247c73eef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,7 +6,7 @@ Thu Oct 29 18:42:30 2015 Koichi Sasada <ko1@atdot.net>
Thu Oct 29 18:05:22 2015 Koichi Sasada <ko1@atdot.net>
* encoding.c (rb_enc_check_str): add for performance.
- This function only accept T_STRING (and T_REGEXP).
+ This function only accepts T_STRING (and T_REGEXP).
This patch improves performance of a tiny_segmenter benchmark
(num=2) 2.54sec -> 2.42sec on my machine.