Skip to content

Commit

Permalink
typo in warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagofelicissimo committed Apr 19, 2024
1 parent 75699e0 commit f672f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handler.ml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ let handle_entry entry =
with T.Do_not_unify -> ()
) rews;

if skip_check then Format.printf "%s " (yellow "skiping check")
if skip_check then Format.printf "%s " (yellow "skipping check")
else R.rewrite_rule_checker mctx name mscope (C.scope_msubst msubst mscope []) rhs';

T.rew_rules := T.RewTbl.add name ((p_msubst, rhs') :: rews) !T.rew_rules;
Expand Down

0 comments on commit f672f2f

Please sign in to comment.