Skip to content

Commit

Permalink
Add Philemon to books with only one chapter.
Browse files Browse the repository at this point in the history
  • Loading branch information
janfri committed Jan 18, 2016
1 parent c194717 commit 1d56482
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/scripref/english.rb
Expand Up @@ -65,7 +65,7 @@ module English
# Check if book has only one chapter
# @param book book as number
def book_has_only_one_chapter? book
[31, 63, 64, 65].include?(book)
[31, 57, 63, 64, 65].include?(book)
end

# Generate attr_reader methods for all constants
Expand Down
2 changes: 1 addition & 1 deletion lib/scripref/german.rb
Expand Up @@ -62,7 +62,7 @@ module German
# Check if book has only one chapter
# @param book book as number
def book_has_only_one_chapter? book
[31, 63, 64, 65].include?(book)
[31, 57, 63, 64, 65].include?(book)
end

# Hash with special abbreviations
Expand Down

0 comments on commit 1d56482

Please sign in to comment.