ruby-changes:28383
From: zzak <ko1@a...>
Date: Wed, 24 Apr 2013 14:02:11 +0900 (JST)
Subject: [ruby-changes:28383] zzak:r40435 (trunk): Typo by @windwiny [Fixes GH-295]
zzak 2013-04-24 14:01:59 +0900 (Wed, 24 Apr 2013) New Revision: 40435 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=40435 Log: Typo by @windwiny [Fixes GH-295] Modified files: trunk/ext/tk/sample/demos-en/text.rb Index: ext/tk/sample/demos-en/text.rb =================================================================== --- ext/tk/sample/demos-en/text.rb (revision 40434) +++ ext/tk/sample/demos-en/text.rb (revision 40435) @@ -117,7 +117,7 @@ insertion cursor. #{ https://github.com/ruby/ruby/blob/trunk/ext/tk/sample/demos-en/text.rb#L117 end } -7. Resize the window. This widget has been configured with the "setGrid" +8. Resize the window. This widget has been configured with the "setGrid" option on, so that if you resize the window it will always resize to an even number of characters high and wide. Also, if you make the window narrow you can see that long lines automatically wrap around onto -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/