Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yav committed Oct 13, 2022
1 parent 5c9b102 commit 080b40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cryptol/TypeCheck/Sanity.hs
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ instance PP Error where
ppErr "Bad instantiation" []

Captured x ->
ppErr "Captured typed variable"
ppErr "Captured type variable"
[ "Variable:" <+> pp x ]

BadProofNoAbs ->
Expand Down

0 comments on commit 080b40b

Please sign in to comment.