We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 857e148 commit 8d57da8Copy full SHA for 8d57da8
src/type_checkers/access.cr
@@ -152,7 +152,7 @@ module Mint
152
153
error! :access_not_found do
154
snippet "Found a component for this type:", target
155
- snippet "But there is no entitiy on it named:", node.field.value
+ snippet "But there is no entity on it named:", node.field.value
156
snippet "The access is here:", node
157
end unless lookup
158
0 commit comments