Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
StavromulaBeta committed Sep 4, 2024
1 parent ed8110a commit 297cc70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prelude.cog
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,6 @@ Def Of as (
Def Predicate;
Let X;
Let Result be Predicate X;
Unless Result ( Error "Predicate failed " );
Unless Result ( Error "Predicate failed" );
X;
);

0 comments on commit 297cc70

Please sign in to comment.