aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-12 03:00:00 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-12 03:00:00 +0000
commita5acd8c8d3a1b5446e377db2c82a2eb483ebe89c (patch)
tree1ebc9efc838456dfad98cd2eef587d4d0316001f
parente39523b77b6d27a59950c741b46f0b7c8bb5539a (diff)
downloadruby-a5acd8c8d3a1b5446e377db2c82a2eb483ebe89c.tar.gz
fix indent (use tab instead of spaces)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41242 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 18c0f8b7af..11e4bea721 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,7 +6,7 @@ Wed Jun 12 07:12:54 2013 Eric Hodel <drbrain@segment7.net>
* struct.c: Improve documentation: replace "instance variable" with
"member", recommend the use of a block to customize structs, note
- that member accessors are created, general cleanup.
+ that member accessors are created, general cleanup.
Wed Jun 12 06:35:01 2013 Tanaka Akira <akr@fsij.org>