Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
locks committed Dec 12, 2016
1 parent 7a3d108 commit 8ab7292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal_api_docs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ def internal_api_classes_for_item(item)
end

def internal_api_classes_for_class(klass)
internal_api_classes_for_item(api_class(klass))
internal_api_classes_for_item(internal_api_class(klass))
end
alias :internal_api_classes_for_namespace :internal_api_classes_for_class
end
Expand Down

0 comments on commit 8ab7292

Please sign in to comment.