mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-30 17:28:29 -05:00
Clean up some copy in the limit_posts error handling.
This commit is contained in:
@@ -63,7 +63,7 @@ module Jekyll
|
||||
self.tags = Hash.new { |hash, key| hash[key] = [] }
|
||||
|
||||
if self.limit_posts < 0
|
||||
raise ArgumentError, "limit_posts must not be a negative number"
|
||||
raise ArgumentError, "limit_posts must be a non-negative number"
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user