Skip to content

Commit

Permalink
word
Browse files Browse the repository at this point in the history
  • Loading branch information
janmasrovira committed Jun 25, 2024
1 parent af05572 commit 36a4317
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ instance ToGenericError BadScope where
i = getLoc (e ^. badScopeVar)
var = e ^. badScopeVar
msg :: Doc Ann =
annotate AnnImportant "Oops! This is a bug of the juvix compiler."
annotate AnnImportant "Oops! This is a known bug in the juvix compiler."
<> line
<> "Most likely, the inference algorithm inserted the variable"
<+> ppCode opts' var
Expand Down

0 comments on commit 36a4317

Please sign in to comment.