Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in error #59

Merged
merged 1 commit into from
Apr 23, 2024
Merged

Fix typo in error #59

merged 1 commit into from
Apr 23, 2024

Conversation

tagliala
Copy link
Member

No description provided.

@@ -42,7 +42,7 @@ def add_association_object(scope, name, repr)
set_association_value name, result
end
else
raise Hawk::Error, "Unhandled assocation: #{name}"
raise Hawk::Error, "Unhandled association: #{name}"
Copy link
Member Author

@tagliala tagliala Apr 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this may break some specs in third party applications, but handling the failure should be trivial

@tagliala tagliala merged commit 8567d05 into master Apr 23, 2024
14 of 15 checks passed
@tagliala tagliala deleted the chore/fix-typos branch April 23, 2024 09:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant