[前][次][番号順一覧][スレッド一覧]

ruby-changes:11975

From: nobu <ko1@a...>
Date: Thu, 4 Jun 2009 09:53:27 +0900 (JST)
Subject: [ruby-changes:11975] Ruby:r23639 (trunk): * README.EXT: typo fixed.

nobu	2009-06-04 09:53:19 +0900 (Thu, 04 Jun 2009)

  New Revision: 23639

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=23639

  Log:
    * README.EXT: typo fixed.

  Modified files:
    trunk/README.EXT

Index: README.EXT
===================================================================
--- README.EXT	(revision 23638)
+++ README.EXT	(revision 23639)
@@ -125,9 +125,9 @@
 instance, RARRAY(obj).  See "ruby.h".
 
 There are some accessing macros for structure members, for example
-`RSTRING_LEN(s)' to to get the size of the Ruby String object.  The
-allocated region can be accessed by `RSTRING_PTR(str).  For arrays, use
-`RARRAY_LEN(ary) and `RARRAY_PTR(ary) respectively.
+`RSTRING_LEN(str)' to get the size of the Ruby String object.  The
+allocated region can be accessed by `RSTRING_PTR(str)'.  For arrays,
+use `RARRAY_LEN(ary)' and `RARRAY_PTR(ary)' respectively.
 
 Notice: Do not change the value of the structure directly, unless you
 are responsible for the result.  This ends up being the cause of

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]