aboutsummaryrefslogtreecommitdiffstats
path: root/ext/stringio/README
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-22 09:26:02 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-22 09:26:02 +0000
commit0d6d23b25db0e7d14969504eeba6ac31581a79a2 (patch)
treec5cb2eb1a1bbc6d00de4d6826e180b24f53330d2 /ext/stringio/README
parent87dbea7bbf97746de91388bd63180faddf0ed6f5 (diff)
downloadruby-0d6d23b25db0e7d14969504eeba6ac31581a79a2.tar.gz
* ext: remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31689 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/stringio/README')
-rw-r--r--ext/stringio/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/stringio/README b/ext/stringio/README
index 10dd237de8..d03f37dfd3 100644
--- a/ext/stringio/README
+++ b/ext/stringio/README
@@ -13,6 +13,6 @@ This library is based on MoonWolf version written in Ruby. Thanks a lot.
* not implemented: (({fcntl})), (({reopen})).
* (({fileno})) returns nil.
* (({pos=})) returns new position, not 0.
-* (({ungetc})) does nothing at start of the string.
+* (({ungetc})) does nothing at start of the string.
=end