提交 396bb771 编写于 作者: T Tatsuro Baba

Capitalize the first letter of sentence

上级 fa63f83f
......@@ -35,7 +35,7 @@ def abstract!
end
def inherited(klass) # :nodoc:
# define the abstract ivar on subclasses so that we don't get
# Define the abstract ivar on subclasses so that we don't get
# uninitialized ivar warnings
unless klass.instance_variable_defined?(:@abstract)
klass.instance_variable_set(:@abstract, false)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册