Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hferee committed Sep 13, 2024
1 parent f2042bb commit fb5041b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/isl_dec.ml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let usage_string =
"isl_dec φ: decides the provability of the modal formula φ in iSL.\n"

let print_decision = function
| Coq_inl _ -> "Probable"
| Coq_inl _ -> "Provable"
| _ -> "Not provable"

let () =
Expand Down

0 comments on commit fb5041b

Please sign in to comment.