Documentation typos

[ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53332 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
a_matsuda 2015-12-27 09:57:21 +00:00
parent 98e3c058fa
commit 73a37eb325
46 changed files with 76 additions and 76 deletions

View file

@ -20,7 +20,7 @@ class Tk::Iwidgets::Shell
WidgetClassNames[WidgetClassName] ||= self
def activate
tk_call(@path, 'activate') # may return val of deactibate method
tk_call(@path, 'activate') # may return val of deactivate method
end
def center(win=None)