Skip to content

Commit

Permalink
Typo in documentation. It was called Core intially.
Browse files Browse the repository at this point in the history
  • Loading branch information
Burgestrand committed Mar 7, 2024
1 parent 5e8c0d2 commit 1e24282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pundit/authorization.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module Authorization

protected

# @return [Pundit::Core] a new instance of {Pundit::Core} with the current user
# @return [Pundit::Context] a new instance of {Pundit::Context} with the current user
def pundit
@pundit ||= Pundit::Context.new(
user: pundit_user,
Expand Down

0 comments on commit 1e24282

Please sign in to comment.