Skip to content

Commit

Permalink
Capitalize the first letter of sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
tbaba committed Mar 18, 2013
1 parent fa63f83 commit 396bb77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/lib/abstract_controller/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 396bb77

Please sign in to comment.